RFR: JDK-8222719: adjust libperfstat usage on AIX
Matthias Baesken
mbaesken at openjdk.org
Wed Jan 17 08:28:26 UTC 2024
Currently we use libperfstat with dlopen/dladdr, see src/hotspot/os/aix/libperfstat_aix.hpp (+cpp) .
For compatibility reason we have support for different versions of this API.
However the AIX 5.3 / 6.1 support is outdated now, AIX versions older than 7.X are not supported any more by the current OpenJDK . So remove support for those old API versions.
-------------
Commit messages:
- JDK-8222719
Changes: https://git.openjdk.org/jdk/pull/17460/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17460&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8222719
Stats: 366 lines in 2 files changed: 0 ins; 354 del; 12 mod
Patch: https://git.openjdk.org/jdk/pull/17460.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17460/head:pull/17460
PR: https://git.openjdk.org/jdk/pull/17460
More information about the hotspot-runtime-dev
mailing list