comparison src/cpu/sparc/vm/cppInterpreter_sparc.cpp @ 13010:bd3237e0e18d

8026328: Setting a breakpoint on invokedynamic crashes the JVM Reviewed-by: jrose, roland
author twisti
date Thu, 24 Oct 2013 16:23:07 -0700
parents 603ca7e51354
children d3f14809b051 2100bf712e2a
comparison
equal deleted inserted replaced
12968:97d400662426 13010:bd3237e0e18d
363 __ retl(); 363 __ retl();
364 __ delayed()->nop(); 364 __ delayed()->nop();
365 return entry; 365 return entry;
366 } 366 }
367 367
368 address CppInterpreter::return_entry(TosState state, int length) { 368 address CppInterpreter::return_entry(TosState state, int length, Bytecodes::Code code) {
369 // make it look good in the debugger 369 // make it look good in the debugger
370 return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation) + frame::pc_return_offset; 370 return CAST_FROM_FN_PTR(address, RecursiveInterpreterActivation) + frame::pc_return_offset;
371 } 371 }
372 372
373 address CppInterpreter::deopt_entry(TosState state, int length) { 373 address CppInterpreter::deopt_entry(TosState state, int length) {