< prev index next >

src/hotspot/share/gc/serial/genMarkSweep.cpp

Print this page

        

*** 122,132 **** // Invalidate the cards corresponding to the currently used // region and clear those corresponding to the evacuated region. rs->invalidate_or_clear(old_gen); } ! gch->prune_nmethods(); JvmtiExport::gc_epilogue(); // refs processing: clean slate set_ref_processor(NULL); --- 122,132 ---- // Invalidate the cards corresponding to the currently used // region and clear those corresponding to the evacuated region. rs->invalidate_or_clear(old_gen); } ! gch->prune_scavengable_nmethods(); JvmtiExport::gc_epilogue(); // refs processing: clean slate set_ref_processor(NULL);
< prev index next >