--- a/hotspot/src/share/vm/oops/method.cpp Fri Oct 05 13:37:08 2012 -0700
+++ b/hotspot/src/share/vm/oops/method.cpp Fri Oct 05 18:57:10 2012 -0700
@@ -712,7 +712,8 @@
}
if ((TraceDeoptimization || LogCompilation) && (xtty != NULL)) {
ttyLocker ttyl;
- xtty->begin_elem("make_not_%scompilable thread='%d'", is_osr ? "osr_" : "", (int) os::current_thread_id());
+ xtty->begin_elem("make_not_%scompilable thread='" UINTX_FORMAT "'",
+ is_osr ? "osr_" : "", os::current_thread_id());
xtty->method(this);
xtty->stamp();
xtty->end_elem();