src/cpu/sparc/vm/interp_masm_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/interp_masm_sparc.cpp	Tue Sep  6 17:16:29 2016
--- new/src/cpu/sparc/vm/interp_masm_sparc.cpp	Tue Sep  6 17:16:28 2016

*** 357,367 **** --- 357,367 ---- assert_not_delayed(); #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); #endif }

src/cpu/sparc/vm/interp_masm_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File