src/cpu/x86/vm/cppInterpreter_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8026328 Cdiff src/cpu/x86/vm/cppInterpreter_x86.cpp

src/cpu/x86/vm/cppInterpreter_x86.cpp

Print this page

        

*** 365,375 **** } __ ret(0); return entry; } ! address CppInterpreter::return_entry(TosState state, int length) { // make it look good in the debugger return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation); } address CppInterpreter::deopt_entry(TosState state, int length) { --- 365,375 ---- } __ ret(0); return entry; } ! address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) { // make it look good in the debugger return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation); } address CppInterpreter::deopt_entry(TosState state, int length) {
src/cpu/x86/vm/cppInterpreter_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File