changeset 9971 | d496ecd7b9de |
parent 9182 | ab3e9e0925ad |
child 10546 | e79347eebbc5 |
--- a/hotspot/src/share/vm/oops/instanceKlass.hpp Fri May 20 22:27:48 2011 -0700 +++ b/hotspot/src/share/vm/oops/instanceKlass.hpp Sat May 21 15:39:54 2011 -0700 @@ -392,6 +392,7 @@ bool link_class_or_fail(TRAPS); // returns false on failure void unlink_class(); void rewrite_class(TRAPS); + void relocate_and_link_methods(TRAPS); methodOop class_initializer(); // set the class to initialized if no static initializer is present