src/hotspot/share/oops/instanceKlass.hpp
changeset 51962 628909466216
parent 51887 32161fbea3fe
child 52096 7a1e2d7ac55a
--- a/src/hotspot/share/oops/instanceKlass.hpp	Fri Sep 28 14:53:41 2018 -0700
+++ b/src/hotspot/share/oops/instanceKlass.hpp	Mon Oct 01 00:52:37 2018 -0400
@@ -542,7 +542,6 @@
   void initialize(TRAPS);
   void link_class(TRAPS);
   bool link_class_or_fail(TRAPS); // returns false on failure
-  void unlink_class();
   void rewrite_class(TRAPS);
   void link_methods(TRAPS);
   Method* class_initializer() const;