RFR: 8330024: [AIX] replace my_disclaim64 helper by direct call to disclaim64

Lutz Schmidt lucy at openjdk.org
Thu Apr 11 08:23:41 UTC 2024


On Wed, 10 Apr 2024 12:56:24 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Currently we use a helper function my_disclaim64 to simulate disclaim64.
> The reason documented in the source code was support of (very) old AIX versions. However AIX 7.1 and higher support disclaim64 so the workaround seems to be obsolete.
> See
> https://www.ibm.com/docs/en/aix/7.1?topic=d-disclaim-disclaim64-subroutines
> https://www.ibm.com/docs/en/aix/7.2?topic=d-disclaim-disclaim64-subroutines

LGTM.

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

Marked as reviewed by lucy (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18720#pullrequestreview-1993573759


More information about the hotspot-runtime-dev mailing list