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

src/cpu/sparc/vm/interp_masm_sparc.cpp

Print this page

        

*** 357,367 **** assert_not_delayed(); #ifdef _LP64 stx(l, r1, offset); // store something more useful here ! debug_only(stx(G0, r1, offset+Interpreter::stackElementSize);) #else st(l, r1, offset); st(l->successor(), r1, offset + Interpreter::stackElementSize); #endif } --- 357,367 ---- assert_not_delayed(); #ifdef _LP64 stx(l, r1, offset); // store something more useful here ! 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