-
Bug
-
Resolution: Fixed
-
P4
-
14
-
b18
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8237336 | 11.0.7 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
Currently the function
void os::print_os_info(outputStream* st) { ... }
uses on AIX some coding that could be replaced by os::Posix functionality.
For example the uname and load average info could be printed with os::Posix functionality.
void os::print_os_info(outputStream* st) { ... }
uses on AIX some coding that could be replaced by os::Posix functionality.
For example the uname and load average info could be printed with os::Posix functionality.
- backported by
-
JDK-8237336 use more Posix functionality in aix os::print_os_info
- Resolved