< prev index next >

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

Print this page
rev 60538 : imported patch jep387-all.patch

@@ -2200,11 +2200,11 @@
                             ShenandoahPhaseTimings::purge_cldg);
     ClassLoaderDataGraph::purge();
   }
   // Resize and verify metaspace
   MetaspaceGC::compute_new_size();
-  MetaspaceUtils::verify_metrics();
+  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
< prev index next >