Fix assert failure in grow_heap_segment for SVR GC. (#86889)
authorPeter Sollich <petersol@microsoft.com>
Tue, 30 May 2023 17:55:52 +0000 (19:55 +0200)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 17:55:52 +0000 (10:55 -0700)
commit236ce6a90a4a6249171b0a25191d3c2c206cf492
treedc6f37a753f30cfff65cf9cc031e6fd63a5b54f9
parentcfa28e3dee11e345bfb20b3568a4783ae1ebc2d3
Fix assert failure in grow_heap_segment for SVR GC. (#86889)

For my previous change, I overlooked the fact that we may call grow_heap_segment from within should_proceed_for_no_gc(), so it's too late to turn off gradual_decommit_in_progress_p after this method returns.
src/coreclr/gc/gc.cpp