< prev index next >

src/share/vm/jvmci/jvmciCodeInstaller.cpp

Print this page

        

*** 1093,1103 **** monitors_token = _debug_recorder->create_monitor_values(monitors); throw_exception = BytecodeFrame::rethrowException(frame) == JNI_TRUE; } ! _debug_recorder->describe_scope(pc_offset, method, NULL, bci, reexecute, throw_exception, false, return_oop, locals_token, expressions_token, monitors_token); } void CodeInstaller::site_Safepoint(CodeBuffer& buffer, jint pc_offset, Handle site, TRAPS) { Handle debug_info (THREAD, site_Infopoint::debugInfo(site)); --- 1093,1103 ---- monitors_token = _debug_recorder->create_monitor_values(monitors); throw_exception = BytecodeFrame::rethrowException(frame) == JNI_TRUE; } ! _debug_recorder->describe_scope(pc_offset, method, NULL, bci, reexecute, throw_exception, false, return_oop, false, locals_token, expressions_token, monitors_token); } void CodeInstaller::site_Safepoint(CodeBuffer& buffer, jint pc_offset, Handle site, TRAPS) { Handle debug_info (THREAD, site_Infopoint::debugInfo(site));
< prev index next >