< prev index next >

src/share/vm/runtime/deoptimization.cpp

Print this page

        

@@ -1338,11 +1338,11 @@
     if (TraceDeoptimization || LogCompilation) {
       ResourceMark rm;
       ttyLocker ttyl;
       char buf[100];
       if (xtty != NULL) {
-        xtty->begin_head("uncommon_trap thread='" UINTX_FORMAT"' %s",
+        xtty->begin_head("uncommon_trap thread='" UINTX_FORMAT "' %s",
                          os::current_thread_id(),
                          format_trap_request(buf, sizeof(buf), trap_request));
         nm->log_identity(xtty);
       }
       Symbol* class_name = NULL;
< prev index next >