src/cpu/sparc/vm/templateTable_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/templateTable_sparc.cpp	Thu Dec 17 17:52:04 2015
--- new/src/cpu/sparc/vm/templateTable_sparc.cpp	Thu Dec 17 17:52:03 2015

*** 35,45 **** --- 35,44 ---- #include "runtime/sharedRuntime.hpp" #include "runtime/stubRoutines.hpp" #include "runtime/synchronizer.hpp" #include "utilities/macros.hpp" #ifndef CC_INTERP #define __ _masm-> // Misc helpers // Do an oop store like *(base + index + offset) = val
*** 3775,3780 **** --- 3774,3778 ---- // Lesp points past last_dim, so set to O1 to first_dim address __ add( Lesp, Lscratch, O1); call_VM(Otos_i, CAST_FROM_FN_PTR(address, InterpreterRuntime::multianewarray), O1); __ add( Lesp, Lscratch, Lesp); // pop all dimensions off the stack } #endif /* !CC_INTERP */

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