diff src/share/vm/oops/instanceKlass.hpp @ 7459:cc6a617fffd2

8005494: SIGSEGV in Rewriter::relocate_and_link() when testing Weblogic with CompressedOops and KlassPtrs Summary: Relocate functions with jsr's when rewriting so not repeated after reading shared archive Reviewed-by: twisti, jrose
author coleenp
date Wed, 02 Jan 2013 20:28:09 -0500
parents 35431a769282
children 37a3e8b7a1e9
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Mon Dec 24 11:46:38 2012 -0800
+++ b/src/share/vm/oops/instanceKlass.hpp	Wed Jan 02 20:28:09 2013 -0500
@@ -454,7 +454,7 @@
   bool link_class_or_fail(TRAPS); // returns false on failure
   void unlink_class();
   void rewrite_class(TRAPS);
-  void relocate_and_link_methods(TRAPS);
+  void link_methods(TRAPS);
   Method* class_initializer();
 
   // set the class to initialized if no static initializer is present