hotspot/src/share/vm/interpreter/rewriter.hpp
changeset 15099 b31d40895bbb
parent 13929 8da0dc50a6e4
child 21557 55115e0708f1
--- a/hotspot/src/share/vm/interpreter/rewriter.hpp	Mon Dec 24 11:46:38 2012 -0800
+++ b/hotspot/src/share/vm/interpreter/rewriter.hpp	Wed Jan 02 20:28:09 2013 -0500
@@ -158,14 +158,6 @@
  public:
   // Driver routine:
   static void rewrite(instanceKlassHandle klass, TRAPS);
-  static void rewrite(instanceKlassHandle klass, constantPoolHandle cpool, Array<Method*>* methods, TRAPS);
-
-  // Second pass, not gated by is_rewritten flag
-  static void relocate_and_link(instanceKlassHandle klass, TRAPS);
-  // JSR292 version to call with it's own methods.
-  static void relocate_and_link(instanceKlassHandle klass,
-                                Array<Method*>* methods, TRAPS);
-
 };
 
 #endif // SHARE_VM_INTERPRETER_REWRITER_HPP