RFR: JDK-8324637: [aix] Implement support for reporting swap space in jdk.management
Matthias Baesken
mbaesken at openjdk.org
Thu Jan 25 15:37:37 UTC 2024
On Thu, 25 Jan 2024 14:11:35 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> I can't try this and don't use AIX, but it looks good. It follows the same pattern as the other AIX cases in the file.
>
> Although the others (e.g. line 200) don't throw_internal_error if the call returns -1, they just return -1. You might want to do that for consistency of behaviour.
Hi I wanted to be consistent to the other OS in get_total_or_available_swap_space_size, that#s why the throw_internal_error .
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17569#issuecomment-1910449037
More information about the serviceability-dev
mailing list