(original) (raw)
src/cpu/x86/vm/cppInterpreter_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/cppInterpreter_x86.cpp Wed Sep 16 15:17:41 2015** --- new/src/cpu/x86/vm/cppInterpreter_x86.cpp Wed Sep 16 15:17:41 2015
*** 739,749 **** --- 739,749 ---- }
// Find preallocated monitor and lock method (C++ interpreter)
// rbx - Method*
//
- void InterpreterGenerator::lock_method(void) {
// assumes state == rsi/r13 == pointer to current interpreterState
// minimally destroys rax, rdx|c_rarg1, rdi
//
// synchronize method
const int entry_size = frame::interpreter_frame_monitor_size() * wordSize;
src/cpu/x86/vm/cppInterpreter_x86.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File