mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -888,7 +888,7 @@ void DeadlockCycle::print_on(outputStream* st) const {
|
|||
st->print(" waiting to lock monitor " INTPTR_FORMAT, waitingToLockMonitor);
|
||||
oop obj = (oop)waitingToLockMonitor->object();
|
||||
if (obj != NULL) {
|
||||
st->print(" (object "INTPTR_FORMAT ", a %s)", (address)obj,
|
||||
st->print(" (object " INTPTR_FORMAT ", a %s)", (address)obj,
|
||||
(InstanceKlass::cast(obj->klass()))->external_name());
|
||||
|
||||
if (!currentThread->current_pending_monitor_is_from_java()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue