mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
Merge
This commit is contained in:
commit
344a9becee
539 changed files with 51665 additions and 1091 deletions
|
@ -459,11 +459,11 @@ address AbstractInterpreter::deopt_continue_after_entry(Method* method, address
|
|||
address AbstractInterpreter::deopt_reexecute_entry(Method* method, address bcp) {
|
||||
assert(method->contains(bcp), "just checkin'");
|
||||
Bytecodes::Code code = Bytecodes::java_code_at(method, bcp);
|
||||
#ifdef COMPILER1
|
||||
#if defined(COMPILER1) || INCLUDE_JVMCI
|
||||
if(code == Bytecodes::_athrow ) {
|
||||
return Interpreter::rethrow_exception_entry();
|
||||
}
|
||||
#endif /* COMPILER1 */
|
||||
#endif /* COMPILER1 || INCLUDE_JVMCI */
|
||||
return Interpreter::deopt_entry(vtos, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue