< 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,47 **** 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(); } --- 36,45 ----
< prev index next >