hotspot/src/share/vm/oops/method.cpp
changeset 13964 01a2b863cc61
parent 13891 35dabd293e56
child 13974 791cba24758f
equal deleted inserted replaced
13951:3fc49366dc15 13964:01a2b863cc61
   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 }