hotspot/src/share/vm/runtime/deoptimization.cpp
changeset 31592 43f48e165466
parent 30183 a6588c0a3259
child 31593 7b9e292896d2
--- a/hotspot/src/share/vm/runtime/deoptimization.cpp	Wed Jun 24 14:28:30 2015 +0000
+++ b/hotspot/src/share/vm/runtime/deoptimization.cpp	Wed Jun 24 12:12:25 2015 -0400
@@ -1340,7 +1340,7 @@
       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);