src/share/vm/oops/instanceKlass.hpp

changeset 4395
cc6a617fffd2
parent 4393
35431a769282
child 4401
37a3e8b7a1e9
     1.1 --- a/src/share/vm/oops/instanceKlass.hpp	Mon Dec 24 11:46:38 2012 -0800
     1.2 +++ b/src/share/vm/oops/instanceKlass.hpp	Wed Jan 02 20:28:09 2013 -0500
     1.3 @@ -454,7 +454,7 @@
     1.4    bool link_class_or_fail(TRAPS); // returns false on failure
     1.5    void unlink_class();
     1.6    void rewrite_class(TRAPS);
     1.7 -  void relocate_and_link_methods(TRAPS);
     1.8 +  void link_methods(TRAPS);
     1.9    Method* class_initializer();
    1.10  
    1.11    // set the class to initialized if no static initializer is present

mercurial