src/share/vm/oops/method.cpp

changeset 4154
c3e799c37717
parent 4111
9191895df19d
child 4164
d804e148cff8
     1.1 --- a/src/share/vm/oops/method.cpp	Fri Oct 05 13:37:08 2012 -0700
     1.2 +++ b/src/share/vm/oops/method.cpp	Fri Oct 05 18:57:10 2012 -0700
     1.3 @@ -712,7 +712,8 @@
     1.4    }
     1.5    if ((TraceDeoptimization || LogCompilation) && (xtty != NULL)) {
     1.6      ttyLocker ttyl;
     1.7 -    xtty->begin_elem("make_not_%scompilable thread='%d'", is_osr ? "osr_" : "", (int) os::current_thread_id());
     1.8 +    xtty->begin_elem("make_not_%scompilable thread='" UINTX_FORMAT "'",
     1.9 +                     is_osr ? "osr_" : "", os::current_thread_id());
    1.10      xtty->method(this);
    1.11      xtty->stamp();
    1.12      xtty->end_elem();

mercurial