RFR: JDK-8328776: [AIX] remove checked_vmgetinfo, use vmgetinfo directly

Lutz Schmidt lucy at openjdk.org
Fri Mar 22 16:21:22 UTC 2024


On Fri, 22 Mar 2024 08:18:45 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> The subroutine vmgetinfo
> https://www.ibm.com/docs/es/aix/7.2?topic=v-vmgetinfo-subroutine
> https://www.ibm.com/docs/es/aix/7.1?topic=v-vmgetinfo-subroutine
> was not available on very old OS releases; but we do not support / run on those old releases anyway these days so the helper checked_vmgetinfo can be removed.

LGTM.
Thanks for cleaning up.

-------------

Marked as reviewed by lucy (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18446#pullrequestreview-1955229308


More information about the hotspot-runtime-dev mailing list