mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
Need to add a space between macro identifier and string literal Reviewed-by: stefank, dholmes, kbarrett
This commit is contained in:
parent
912d770499
commit
304b59b0c8
85 changed files with 462 additions and 462 deletions
|
@ -1340,7 +1340,7 @@ JRT_ENTRY(void, Deoptimization::uncommon_trap_inner(JavaThread* thread, jint tra
|
|||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue