You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/hotspot/share/oops/instanceStackChunkKlass.inline.hpp
+8-5
Original file line number
Diff line number
Diff line change
@@ -934,12 +934,15 @@ class OopOopIterateStackClosure {
934
934
}
935
935
936
936
if (_do_destructive_processing) { // evacuation always takes place at a safepoint; for concurrent iterations, we skip derived pointers, which is ok b/c coarse card marking is used for chunks
937
-
if (concurrent_gc) {
938
-
_chunk->set_gc_mode(true);
939
-
OrderAccess::storestore(); // if you see any following writes, you'll see this
0 commit comments