RFR: JDK-8324637: [aix] Implement support for reporting swap space in jdk.management
Kevin Walls
kevinw at openjdk.org
Thu Jan 25 16:46:37 UTC 2024
On Thu, 25 Jan 2024 15:33:36 GMT, Matthias Baesken <mbaesken 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 .
Ok yes, you can choose who to be consistent with... 8-)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17569#issuecomment-1910585693
More information about the serviceability-dev
mailing list