On Thu, 25 Jan 2024 12:30:15 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> The get_total_or_available_swap_space_size coding misses AIX support, we only > return 0. This should be enhanced. > The perfstat API can be used, see > https://www.ibm.com/docs/pt/aix/7.2?topic=interfaces-perfstat-memory-total-interface > . This pull request has now been integrated. Changeset: 33324a59 Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/33324a59ccdb220250cb74e15ce13af0e99dcb07 Stats: 7 lines in 1 file changed: 6 ins; 0 del; 1 mod 8324637: [aix] Implement support for reporting swap space in jdk.management Reviewed-by: kevinw, stuefe ------------- PR: https://git.openjdk.org/jdk/pull/17569