-
Bug
-
Resolution: Fixed
-
P4
-
13
-
b17
-
ppc
-
aix
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8224726 | 11.0.4 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
Currently src/hotspot/os/aix/os_perf_aix.cpp contains a lot of coding that deals with reading CPU ticks related information from /proc/stat .
Probably the coding was taken over from Linux.
However, we do not have a /proc/stat file at least on the AIX machines I checked, so most likely the coding dealing with /proc/stat in os_perf_aix.cpp could be cleaned up.
Probably the coding was taken over from Linux.
However, we do not have a /proc/stat file at least on the AIX machines I checked, so most likely the coding dealing with /proc/stat in os_perf_aix.cpp could be cleaned up.
- backported by
-
JDK-8224726 cleanup ticks related coding in os_perf_aix.cpp [aix]
-
- Resolved
-