mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
7075623: 6990212 broke raiseException in 64 bit
Reviewed-by: kvn, twisti
This commit is contained in:
parent
6a54c8a55f
commit
9cd1a00e3f
2 changed files with 3 additions and 3 deletions
|
@ -1126,7 +1126,7 @@ void MethodHandles::generate_method_handle_stub(MacroAssembler* _masm, MethodHan
|
|||
|
||||
adjust_SP_and_Gargs_down_by_slots(_masm, 3, noreg, noreg);
|
||||
|
||||
__ st_ptr(O0_code, __ argument_address(constant(2), noreg, 0));
|
||||
__ st (O0_code, __ argument_address(constant(2), noreg, 0));
|
||||
__ st_ptr(O1_actual, __ argument_address(constant(1), noreg, 0));
|
||||
__ st_ptr(O2_required, __ argument_address(constant(0), noreg, 0));
|
||||
jump_from_method_handle(_masm, G5_method, O1_scratch, O2_scratch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue