comparison src/cpu/x86/vm/cppInterpreter_x86.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
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) {