< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp

Print this page
rev 60811 : imported patch jep387-all.patch
rev 60812 : [mq]: diff1

*** 2200,2210 **** ShenandoahPhaseTimings::purge_cldg); ClassLoaderDataGraph::purge(); } // Resize and verify metaspace MetaspaceGC::compute_new_size(); ! DEBUG_ONLY(MetaspaceUtils::verify(false);) } // Weak roots are either pre-evacuated (final mark) or updated (final updaterefs), // so they should not have forwarded oops. // However, we do need to "null" dead oops in the roots, if can not be done --- 2200,2210 ---- ShenandoahPhaseTimings::purge_cldg); ClassLoaderDataGraph::purge(); } // Resize and verify metaspace MetaspaceGC::compute_new_size(); ! DEBUG_ONLY(MetaspaceUtils::verify();) } // Weak roots are either pre-evacuated (final mark) or updated (final updaterefs), // so they should not have forwarded oops. // However, we do need to "null" dead oops in the roots, if can not be done
< prev index next >