Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assert failure in grow_heap_segment in no GC region. (#86644)
This addresses issue #86612. We won't actually decommit anything once we enter a no GC region, so the assert was overeager for this case, but it seems better to keep the assert and turn off the gradual_decommit_in_progress_p flag when we enter a no GC region.
- Loading branch information