src/share/vm/oops/method.hpp

changeset 6626
9428a0b94204
parent 6493
3205e78d8193
child 6678
7384f6a12fc1
     1.1 --- a/src/share/vm/oops/method.hpp	Thu Feb 13 10:05:03 2014 +0100
     1.2 +++ b/src/share/vm/oops/method.hpp	Tue Apr 15 17:02:20 2014 -0400
     1.3 @@ -156,6 +156,8 @@
     1.4    void restore_vtable() { guarantee(is_method(), "vtable restored by this call"); }
     1.5    bool is_method() const volatile { return true; }
     1.6  
     1.7 +  void restore_unshareable_info(TRAPS);
     1.8 +
     1.9    // accessors for instance variables
    1.10  
    1.11    ConstMethod* constMethod() const             { return _constMethod; }

mercurial