We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136e29f commit 5f80c24Copy full SHA for 5f80c24
1 file changed
src/coreclr/gc/gc.cpp
@@ -20852,6 +20852,8 @@ BOOL gc_heap::should_proceed_with_gc()
20852
// The no_gc mode was already in progress yet we triggered another GC,
20853
// this effectively exits the no_gc mode.
20854
restore_data_for_no_gc();
20855
+
20856
+ memset (¤t_no_gc_region_info, 0, sizeof (current_no_gc_region_info));
20857
}
20858
else
20859
return should_proceed_for_no_gc();
0 commit comments