hotspot/src/cpu/sparc/vm/interpreter_sparc.cpp
changeset 33070 54f3f085b165
parent 25950 b5c40ed1d349
child 34651 07b1cc0f6040
--- a/hotspot/src/cpu/sparc/vm/interpreter_sparc.cpp	Thu Sep 17 13:42:50 2015 -0700
+++ b/hotspot/src/cpu/sparc/vm/interpreter_sparc.cpp	Thu Sep 17 09:03:57 2015 +0200
@@ -241,15 +241,6 @@
 
 // Various method entries
 
-address InterpreterGenerator::generate_jump_to_normal_entry(void) {
-  address entry = __ pc();
-  assert(Interpreter::entry_for_kind(Interpreter::zerolocals) != NULL, "should already be generated");
-  AddressLiteral al(Interpreter::entry_for_kind(Interpreter::zerolocals));
-  __ jump_to(al, G3_scratch);
-  __ delayed()->nop();
-  return entry;
-}
-
 // Abstract method entry
 // Attempt to execute abstract method. Throw exception
 //