diff src/share/vm/oops/method.hpp @ 17891:b6a2ba7d3ea7 hs25.20-b11

Merge
author amurillo
date Thu, 17 Apr 2014 16:09:07 -0700
parents 9428a0b94204
children 7384f6a12fc1
line wrap: on
line diff
--- a/src/share/vm/oops/method.hpp	Wed Apr 16 12:32:23 2014 -0700
+++ b/src/share/vm/oops/method.hpp	Thu Apr 17 16:09:07 2014 -0700
@@ -156,6 +156,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; }