mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
6919934: JSR 292 needs to support x86 C1
This implements JSR 292 support for C1 x86. Reviewed-by: never, jrose, kvn
This commit is contained in:
parent
94a808f51d
commit
ffec4c00c4
37 changed files with 420 additions and 287 deletions
|
@ -223,7 +223,7 @@ void vframeArrayElement::unpack_on_stack(int callee_parameters,
|
|||
break;
|
||||
case Deoptimization::Unpack_exception:
|
||||
// exception is pending
|
||||
pc = SharedRuntime::raw_exception_handler_for_return_address(pc);
|
||||
pc = SharedRuntime::raw_exception_handler_for_return_address(thread, pc);
|
||||
// [phh] We're going to end up in some handler or other, so it doesn't
|
||||
// matter what mdp we point to. See exception_handler_for_exception()
|
||||
// in interpreterRuntime.cpp.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue