--- old/src/share/vm/runtime/deoptimization.cpp 2015-05-27 21:59:28.581369012 -0400 +++ new/src/share/vm/runtime/deoptimization.cpp 2015-05-27 21:59:27.249293285 -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);