src/share/vm/oops/method.cpp

changeset 4154
c3e799c37717
parent 4111
9191895df19d
child 4164
d804e148cff8
equal deleted inserted replaced
4141:81e878c53615 4154:c3e799c37717
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