src/share/vm/oops/method.cpp

changeset 4164
d804e148cff8
parent 4142
d8ce2825b193
parent 4154
c3e799c37717
child 4205
a3ecd773a7b9
child 4245
4735d2c84362
equal deleted inserted replaced
4153:b9a9ed0f8eeb 4164:d804e148cff8
710 tty->print(" (%d bytes)", size); 710 tty->print(" (%d bytes)", size);
711 tty->cr(); 711 tty->cr();
712 } 712 }
713 if ((TraceDeoptimization || LogCompilation) && (xtty != NULL)) { 713 if ((TraceDeoptimization || LogCompilation) && (xtty != NULL)) {
714 ttyLocker ttyl; 714 ttyLocker ttyl;
715 xtty->begin_elem("make_not_%scompilable thread='%d'", is_osr ? "osr_" : "", (int) os::current_thread_id()); 715 xtty->begin_elem("make_not_%scompilable thread='" UINTX_FORMAT "'",
716 is_osr ? "osr_" : "", os::current_thread_id());
716 xtty->method(this); 717 xtty->method(this);
717 xtty->stamp(); 718 xtty->stamp();
718 xtty->end_elem(); 719 xtty->end_elem();
719 } 720 }
720 } 721 }

mercurial