Skip to content

Commit 4a3f8a3

Browse files
committedApr 20, 2022
Remove assertion
1 parent e16eda8 commit 4a3f8a3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
 

‎src/hotspot/share/oops/stackChunkOop.cpp

-7
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,6 @@ class TransformStackChunkClosure {
310310
DerivedPointersSupport::RelativizeClosure derived_cl;
311311
f.iterate_derived_pointers(&derived_cl, map);
312312

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-
320313
CompressOopsAndBuildBitmapOopClosure<kind> cl(_chunk);
321314
f.iterate_oops(&cl, map);
322315

0 commit comments

Comments
 (0)
Please sign in to comment.