diff -r 051b61964170 -r 19eeea7ed66e hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.cpp --- a/hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.cpp Thu Sep 22 08:57:37 2016 +0200 +++ b/hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.cpp Thu Sep 22 09:18:16 2016 -0400 @@ -327,7 +327,7 @@ 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) {