diff --git a/hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.cpp b/hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.cpp index 91e32e94afa..76e0cbeabf8 100644 --- a/hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.cpp +++ b/hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.cpp @@ -327,7 +327,7 @@ void InterpreterMacroAssembler::push_i(Register r) { void InterpreterMacroAssembler::push_l(Register r) { str(zr, pre(esp, -wordSize)); - str(r, pre(esp, -wordsize)); + str(r, pre(esp, - wordSize)); } void InterpreterMacroAssembler::pop_f(FloatRegister r) {