diff src/share/vm/oops/method.cpp @ 6853:d804e148cff8

Merge
author kvn
date Fri, 12 Oct 2012 09:22:52 -0700
parents d8ce2825b193 c3e799c37717
children a3ecd773a7b9 4735d2c84362
line wrap: on
line diff
--- a/src/share/vm/oops/method.cpp	Tue Oct 09 10:09:34 2012 -0700
+++ b/src/share/vm/oops/method.cpp	Fri Oct 12 09:22:52 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();