···130130131131 if (domain_state->young_ptr != domain_state->young_end) {
132132 CAML_EV_COUNTER (EV_C_FORCE_MINOR_SET_MINOR_HEAP_SIZE, 1);
133133- // Don't call caml_minor_collection, since that can run the
134134- // caml_domain_external_interrupt_hook, which can allocate.
135135- caml_empty_minor_heaps_once();
133133+ caml_minor_collection();
136134 }
137135 CAMLassert (domain_state->young_ptr == domain_state->young_end);
138136