src/share/vm/oops/method.cpp

changeset 4164
d804e148cff8
parent 4142
d8ce2825b193
parent 4154
c3e799c37717
child 4205
a3ecd773a7b9
child 4245
4735d2c84362
     1.1 --- a/src/share/vm/oops/method.cpp	Tue Oct 09 10:09:34 2012 -0700
     1.2 +++ b/src/share/vm/oops/method.cpp	Fri Oct 12 09:22:52 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