hotspot/src/share/vm/oops/method.hpp
changeset 23872 536c66fc43d3
parent 23534 338d8d86560e
child 24322 c2978d1578e3
equal deleted inserted replaced
23871:0456e228b90d 23872:536c66fc43d3
   121   // all the gory details.  SA, dtrace and pstack helpers distinguish metadata
   121   // all the gory details.  SA, dtrace and pstack helpers distinguish metadata
   122   // by their vtable.
   122   // by their vtable.
   123   void restore_vtable() { guarantee(is_method(), "vtable restored by this call"); }
   123   void restore_vtable() { guarantee(is_method(), "vtable restored by this call"); }
   124   bool is_method() const volatile { return true; }
   124   bool is_method() const volatile { return true; }
   125 
   125 
       
   126   void restore_unshareable_info(TRAPS);
       
   127 
   126   // accessors for instance variables
   128   // accessors for instance variables
   127 
   129 
   128   ConstMethod* constMethod() const             { return _constMethod; }
   130   ConstMethod* constMethod() const             { return _constMethod; }
   129   void set_constMethod(ConstMethod* xconst)    { _constMethod = xconst; }
   131   void set_constMethod(ConstMethod* xconst)    { _constMethod = xconst; }
   130 
   132