hotspot/src/cpu/x86/vm/cppInterpreter_x86.cpp
changeset 21198 dd647e8d1d72
parent 17875 9d4aa49a1d76
child 23203 76c2a23e2537
equal deleted inserted replaced
21101:02624d68a712 21198:dd647e8d1d72
   365   }
   365   }
   366   __ ret(0);
   366   __ ret(0);
   367   return entry;
   367   return entry;
   368 }
   368 }
   369 
   369 
   370 address CppInterpreter::return_entry(TosState state, int length) {
   370 address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) {
   371   // make it look good in the debugger
   371   // make it look good in the debugger
   372   return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation);
   372   return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation);
   373 }
   373 }
   374 
   374 
   375 address CppInterpreter::deopt_entry(TosState state, int length) {
   375 address CppInterpreter::deopt_entry(TosState state, int length) {