mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8139386: JVMCI test failed with assert(_jvmci._alternate_call_target == 0L) failed: must be
Reviewed-by: kvn
This commit is contained in:
parent
fcbdffb48f
commit
230d811034
1 changed files with 1 additions and 1 deletions
|
@ -1001,7 +1001,7 @@ void AdapterGenerator::gen_i2c_adapter(int total_args_passed,
|
|||
__ delayed()->nop();
|
||||
|
||||
__ ld_ptr(G2_thread, in_bytes(JavaThread::jvmci_alternate_call_target_offset()), G3);
|
||||
__ st(G0, Address(G2_thread, in_bytes(JavaThread::jvmci_alternate_call_target_offset())));
|
||||
__ st_ptr(G0, Address(G2_thread, in_bytes(JavaThread::jvmci_alternate_call_target_offset())));
|
||||
|
||||
__ bind(no_alternative_target);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue