8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM

Reviewed-by: dholmes, coleenp, sspitsyn
This commit is contained in:
Goetz Lindenmaier 2013-11-07 11:51:53 +01:00
parent faa041f68f
commit 7b010e1c8c

View File

@ -317,7 +317,7 @@ address CppInterpreterGenerator::generate_stack_to_native_abi_converter(BasicTyp
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;
}