hotspot/src/share/vm/oops/method.cpp
changeset 25643 4ff52a1e3a23
parent 25057 f38210f84f8c
child 25719 ef6312344da2
equal deleted inserted replaced
25642:9d809ea074d9 25643:4ff52a1e3a23
   727     }
   727     }
   728     tty->cr();
   728     tty->cr();
   729   }
   729   }
   730   if ((TraceDeoptimization || LogCompilation) && (xtty != NULL)) {
   730   if ((TraceDeoptimization || LogCompilation) && (xtty != NULL)) {
   731     ttyLocker ttyl;
   731     ttyLocker ttyl;
   732     xtty->begin_elem("make_not_%scompilable thread='" UINTX_FORMAT "'",
   732     xtty->begin_elem("make_not_compilable thread='" UINTX_FORMAT "' osr='%d' level='%d'",
   733                      is_osr ? "osr_" : "", os::current_thread_id());
   733                      os::current_thread_id(), is_osr, comp_level);
   734     if (reason != NULL) {
   734     if (reason != NULL) {
   735       xtty->print(" reason=\'%s\'", reason);
   735       xtty->print(" reason=\'%s\'", reason);
   736     }
   736     }
   737     xtty->method(this);
   737     xtty->method(this);
   738     xtty->stamp();
   738     xtty->stamp();