< prev index next >

src/hotspot/share/classfile/systemDictionary.cpp

Print this page

        

*** 1881,1891 **** _pd_cache_table->unlink(); } if (do_cleaning) { GCTraceTime(Debug, gc, phases) t("ResolvedMethodTable", gc_timer); ! ResolvedMethodTable::unlink(); } return unloading_occurred; } --- 1881,1891 ---- _pd_cache_table->unlink(); } if (do_cleaning) { GCTraceTime(Debug, gc, phases) t("ResolvedMethodTable", gc_timer); ! ResolvedMethodTable::trigger_cleanup(); } return unloading_occurred; }
< prev index next >