comparison src/share/vm/graal/graalCodeInstaller.cpp @ 11248:b5f6188d79c5

minor logging improvement
author Doug Simon <doug.simon@oracle.com>
date Wed, 07 Aug 2013 16:36:06 +0200
parents e1fcdda22831
children 87cab8081da4
comparison
equal deleted inserted replaced
11247:4172b595e374 11248:b5f6188d79c5
636 reexecute = (BytecodeFrame::duringCall(frame) == JNI_FALSE); 636 reexecute = (BytecodeFrame::duringCall(frame) == JNI_FALSE);
637 } 637 }
638 } 638 }
639 639
640 if (TraceGraal >= 2) { 640 if (TraceGraal >= 2) {
641 tty->print_cr("Recording scope pc_offset=%d bci=%d frame=%d", pc_offset, bci, frame); 641 tty->print_cr("Recording scope pc_offset=%d bci=%d method=%s", pc_offset, bci, method->name_and_sig_as_C_string());
642 } 642 }
643 643
644 jint local_count = BytecodeFrame::numLocals(frame); 644 jint local_count = BytecodeFrame::numLocals(frame);
645 jint expression_count = BytecodeFrame::numStack(frame); 645 jint expression_count = BytecodeFrame::numStack(frame);
646 jint monitor_count = BytecodeFrame::numLocks(frame); 646 jint monitor_count = BytecodeFrame::numLocks(frame);