8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM
authorgoetz
Thu, 07 Nov 2013 11:51:53 +0100
changeset 22842 38688bfbd633
parent 22841 f95c99b5e740
child 22843 b245fac3b6a4
8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM Reviewed-by: dholmes, coleenp, sspitsyn
hotspot/src/cpu/ppc/vm/cppInterpreter_ppc.cpp
--- 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;
 }