# HG changeset patch # User goetz # Date 1383821513 -3600 # Node ID 600acc4b8b1e0aedd7d0e4aca590d635bb8e3cbf # Parent 2e3c546f46d93b9bc919f569f3332dca723b2631 8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM Reviewed-by: dholmes, coleenp, sspitsyn diff -r 2e3c546f46d9 -r 600acc4b8b1e src/cpu/ppc/vm/cppInterpreter_ppc.cpp --- 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; }