8206107: [x86_32] jck tests for ldc2_w bytecode fail
Reviewed-by: dsamersoff
This commit is contained in:
parent
ead8577920
commit
b38a53de3f
@ -582,8 +582,9 @@ void TemplateTable::condy_helper(Label& Done) {
|
||||
__ cmpl(flags, ltos);
|
||||
__ jcc(Assembler::notEqual, notLong);
|
||||
// ltos
|
||||
__ movptr(rax, field);
|
||||
// Loading high word first because movptr clobbers rax
|
||||
NOT_LP64(__ movptr(rdx, field.plus_disp(4)));
|
||||
__ movptr(rax, field);
|
||||
__ push(ltos);
|
||||
__ jmp(Done);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user