提交 c97d9763 编写于 作者: G goetz

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

Reviewed-by: dholmes, coleenp, sspitsyn
上级 1e18d341
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册