mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 22:19:43 +00:00
8027969: Adapt PPC to 8026328: Setting a breakpoint on invokedynamic crashes the JVM
Reviewed-by: dholmes, coleenp, sspitsyn
This commit is contained in:
parent
faa041f68f
commit
7b010e1c8c
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user