comparison src/share/vm/oops/method.cpp @ 6853:d804e148cff8

Merge
author kvn
date Fri, 12 Oct 2012 09:22:52 -0700
parents d8ce2825b193 c3e799c37717
children a3ecd773a7b9 4735d2c84362
comparison
equal deleted inserted replaced
6842:b9a9ed0f8eeb 6853: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 }