Integrated: 8330024: [AIX] replace my_disclaim64 helper by direct call to disclaim64
Matthias Baesken
mbaesken at openjdk.org
Thu Apr 11 08:48:42 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
This pull request has now been integrated.
Changeset: f7786426
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/f7786426133e0e53c750dfb81272191b08b03652
Stats: 44 lines in 1 file changed: 1 ins; 40 del; 3 mod
8330024: [AIX] replace my_disclaim64 helper by direct call to disclaim64
Reviewed-by: mdoerr, lucy
-------------
PR: https://git.openjdk.org/jdk/pull/18720
More information about the hotspot-runtime-dev
mailing list