diff src/cpu/ppc/vm/cppInterpreter_ppc.cpp @ 14426:600acc4b8b1e

8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM Reviewed-by: dholmes, coleenp, sspitsyn
author goetz
date Thu, 07 Nov 2013 11:51:53 +0100
parents ec28f9c041ff
children 67fa91961822
line wrap: on
line diff
--- a/src/cpu/ppc/vm/cppInterpreter_ppc.cpp	Thu Nov 07 11:44:53 2013 +0100
+++ b/src/cpu/ppc/vm/cppInterpreter_ppc.cpp	Thu Nov 07 11:51:53 2013 +0100
@@ -317,7 +317,7 @@
   return entry;
 }
 
-address CppInterpreter::return_entry(TosState state, int length) {
+address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) {
   assert(interpreter_return_address != NULL, "Not initialized");
   return interpreter_return_address;
 }