-
Bug
-
Resolution: Fixed
-
P4
-
14
-
b07
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8230147 | 11.0.5 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
When compiling os_aix.cpp we see quite a lot of warnings like :
/nightly/jdk/src/hotspot/os/aix/os_aix.cpp:2202:5: warning: format specifies type 'unsigned long' but the argument has type 'char *' [-Wformat]
addr, addr + size - 1);
~~~~^~~~~~~~~~~~~~~~~~~~~
because of non - matching types/format-specifiers. Those should be fixed.
/nightly/jdk/src/hotspot/os/aix/os_aix.cpp:2202:5: warning: format specifies type 'unsigned long' but the argument has type 'char *' [-Wformat]
addr, addr + size - 1);
~~~~^~~~~~~~~~~~~~~~~~~~~
because of non - matching types/format-specifiers. Those should be fixed.
- backported by
-
JDK-8230147 fix wrong format specifiers in os_aix.cpp
-
- Resolved
-