src/cpu/sparc/vm/cppInterpreter_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/cpu/sparc/vm/cppInterpreter_sparc.cpp	Tue Oct 22 14:59:44 2013
--- new/src/cpu/sparc/vm/cppInterpreter_sparc.cpp	Tue Oct 22 14:59:44 2013

*** 363,373 **** --- 363,373 ---- __ retl(); __ delayed()->nop(); 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) + frame::pc_return_offset; } address CppInterpreter::deopt_entry(TosState state, int length) {

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