8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM
Reviewed-by: dholmes, coleenp, sspitsyn
--- a/hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp Thu Nov 07 11:44:53 2013 +0100
+++ b/hotspot/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;
}