hotspot/src/share/vm/oops/method.hpp
changeset 23872 536c66fc43d3
parent 23534 338d8d86560e
child 24322 c2978d1578e3
--- a/hotspot/src/share/vm/oops/method.hpp	Tue Apr 08 11:50:01 2014 +0200
+++ b/hotspot/src/share/vm/oops/method.hpp	Tue Apr 08 13:58:38 2014 -0400
@@ -123,6 +123,8 @@
   void restore_vtable() { guarantee(is_method(), "vtable restored by this call"); }
   bool is_method() const volatile { return true; }
 
+  void restore_unshareable_info(TRAPS);
+
   // accessors for instance variables
 
   ConstMethod* constMethod() const             { return _constMethod; }