Details
-
Bug
-
Resolution: Fixed
-
P4
-
21, 22, 23
-
b08
-
ppc
-
aix
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8325724 | 22.0.1 | Matthias Baesken | P4 | Resolved | Fixed | b04 |
JDK-8325486 | 21.0.3 | Matthias Baesken | P4 | Resolved | Fixed | b03 |
Description
The get_total_or_available_swap_space_size coding misses AIX support, we only return 0 there. This should be enhanced.
The perfstat API ( https://www.ibm.com/docs/pt/aix/7.2?topic=interfaces-perfstat-memory-total-interface ) might be used.
With this change, OperatingSystemMxBean. getTotalSwapSpaceSize() and getFreeSwapSpaceSize() report useful information on AIX .
The perfstat API ( https://www.ibm.com/docs/pt/aix/7.2?topic=interfaces-perfstat-memory-total-interface ) might be used.
With this change, OperatingSystemMxBean. getTotalSwapSpaceSize() and getFreeSwapSpaceSize() report useful information on AIX .
Attachments
Issue Links
- backported by
-
JDK-8325486 [aix] Implement support for reporting swap space in jdk.management
- Resolved
-
JDK-8325724 [aix] Implement support for reporting swap space in jdk.management
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/bed2eaa5
-
Commit openjdk/jdk22u/83ff84a0
-
Commit openjdk/jdk/33324a59
-
Review openjdk/jdk21u-dev/243
-
Review openjdk/jdk22u/46
-
Review openjdk/jdk/17569
(3 links to)