未验证 提交 5f80c24a 编写于 作者: A Andrew Au 提交者: GitHub

Reset current_no_gc_region_info after leaving no gc region implicitly (#73602)

上级 136e29f0
......@@ -20852,6 +20852,8 @@ BOOL gc_heap::should_proceed_with_gc()
// The no_gc mode was already in progress yet we triggered another GC,
// this effectively exits the no_gc mode.
restore_data_for_no_gc();
memset (&current_no_gc_region_info, 0, sizeof (current_no_gc_region_info));
}
else
return should_proceed_for_no_gc();
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册