src/cpu/sparc/vm/cppInterpreter_sparc.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff src/cpu/sparc/vm/cppInterpreter_sparc.cpp

src/cpu/sparc/vm/cppInterpreter_sparc.cpp

Print this page

        

*** 1162,1172 **** } } } // Find preallocated monitor and lock method (C++ interpreter) // ! void InterpreterGenerator::lock_method(void) { // Lock the current method. // Destroys registers L2_scratch, L3_scratch, O0 // // Find everything relative to Lstate --- 1162,1172 ---- } } } // Find preallocated monitor and lock method (C++ interpreter) // ! void InterpreterGenerator::lock_method() { // Lock the current method. // Destroys registers L2_scratch, L3_scratch, O0 // // Find everything relative to Lstate
src/cpu/sparc/vm/cppInterpreter_sparc.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File