mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +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
|
@ -466,7 +466,7 @@ class StubGenerator: public StubCodeGenerator {
|
|||
BLOCK_COMMENT("call exception_handler_for_return_address");
|
||||
__ call_VM_leaf(CAST_FROM_FN_PTR(address,
|
||||
SharedRuntime::exception_handler_for_return_address),
|
||||
c_rarg0);
|
||||
r15_thread, c_rarg0);
|
||||
__ mov(rbx, rax);
|
||||
|
||||
// setup rax & rdx, remove return address & clear pending exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue