--- old/src/share/vm/runtime/deoptimization.cpp 2018-06-14 06:30:17.579146634 -0700 +++ new/src/share/vm/runtime/deoptimization.cpp 2018-06-14 06:30:17.486138299 -0700 @@ -1373,7 +1373,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);