< prev index next >

src/hotspot/share/gc/shared/strongRootsScope.cpp

Print this page
rev 50281 : 8195097: Make it possible to process StringTable outside safepoint
Reviewed-by:

@@ -36,12 +36,10 @@
   nmethod::oops_do_marking_epilogue();
 }
 
 StrongRootsScope::StrongRootsScope(uint n_threads) : _n_threads(n_threads) {
   Threads::change_thread_claim_parity();
-  // Zero the claimed high water mark in the StringTable
-  StringTable::clear_parallel_claimed_index();
 }
 
 StrongRootsScope::~StrongRootsScope() {
   Threads::assert_all_threads_claimed();
 }
< prev index next >