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

Matthias Baesken mbaesken at openjdk.org
Mon Mar 25 08:36:27 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.

This pull request has now been integrated.

Changeset: cf9b5a71
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cf9b5a71bd66a51147d0dbf9ecf4038101a1e191
Stats:     17 lines in 1 file changed: 1 ins; 14 del; 2 mod

8328776: [AIX] remove checked_vmgetinfo, use vmgetinfo directly

Reviewed-by: clanger, lucy

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

PR: https://git.openjdk.org/jdk/pull/18446


More information about the hotspot-runtime-dev mailing list