src/hotspot/share/oops/instanceKlass.hpp
changeset 51887 32161fbea3fe
parent 51697 49e1b21d9878
child 51962 628909466216
--- a/src/hotspot/share/oops/instanceKlass.hpp	Tue Sep 25 21:33:51 2018 -0700
+++ b/src/hotspot/share/oops/instanceKlass.hpp	Wed Sep 26 14:01:48 2018 -0400
@@ -1180,7 +1180,7 @@
   bool on_stack() const { return _constants->on_stack(); }
 
   // callbacks for actions during class unloading
-  static void notify_unload_class(InstanceKlass* ik);
+  static void unload_class(InstanceKlass* ik);
   static void release_C_heap_structures(InstanceKlass* ik);
 
   // Naming