--- old/src/cpu/sparc/vm/interp_masm_sparc.cpp 2016-09-06 17:16:29.733137699 -0400 +++ new/src/cpu/sparc/vm/interp_masm_sparc.cpp 2016-09-06 17:16:28.404395531 -0400 @@ -359,7 +359,7 @@ #ifdef _LP64 stx(l, r1, offset); // store something more useful here - debug_only(stx(G0, r1, offset+Interpreter::stackElementSize);) + stx(G0, r1, offset+Interpreter::stackElementSize); #else st(l, r1, offset); st(l->successor(), r1, offset + Interpreter::stackElementSize);