We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16eda8 commit 4a3f8a3Copy full SHA for 4a3f8a3
src/hotspot/share/oops/stackChunkOop.cpp
@@ -310,13 +310,6 @@ class TransformStackChunkClosure {
310
DerivedPointersSupport::RelativizeClosure derived_cl;
311
f.iterate_derived_pointers(&derived_cl, map);
312
313
- // This code is called from the STW collectors and don't have concurrent
314
- // access to the derived pointers. Therefore there's no need to add a
315
- // storestore barrier here. Alternatively, we're called from freeze, when
316
- // allocating in old.
317
- assert(Thread::current()->is_Java_thread() || SafepointSynchronize::is_at_safepoint(),
318
- "Should only be used by STW collectors");
319
-
320
CompressOopsAndBuildBitmapOopClosure<kind> cl(_chunk);
321
f.iterate_oops(&cl, map);
322
0 commit comments