src/hotspot/share/classfile/systemDictionary.cpp
changeset 51472 eb97d1a319f9
parent 51444 3e5d28e6de32
child 51523 73523d329966
--- a/src/hotspot/share/classfile/systemDictionary.cpp	Tue Aug 21 10:03:22 2018 -0400
+++ b/src/hotspot/share/classfile/systemDictionary.cpp	Tue Aug 21 10:37:02 2018 -0400
@@ -1883,7 +1883,7 @@
 
   if (do_cleaning) {
     GCTraceTime(Debug, gc, phases) t("ResolvedMethodTable", gc_timer);
-    ResolvedMethodTable::unlink();
+    ResolvedMethodTable::trigger_cleanup();
   }
 
   return unloading_occurred;