< prev index next >

src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp

Print this page

        

*** 4246,4256 **** } verify_work_stacks_empty(); verify_overflow_empty(); if (should_unload_classes()) { ! heap->prune_nmethods(); } JvmtiExport::gc_epilogue(); // If we encountered any (marking stack / work queue) overflow // events during the current CMS cycle, take appropriate --- 4246,4256 ---- } verify_work_stacks_empty(); verify_overflow_empty(); if (should_unload_classes()) { ! heap->prune_scavengable_nmethods(); } JvmtiExport::gc_epilogue(); // If we encountered any (marking stack / work queue) overflow // events during the current CMS cycle, take appropriate
< prev index next >