Integrated: JDK-8222719: libperfstat on AIX - cleanup old API versions

Matthias Baesken mbaesken at openjdk.org
Fri Jan 19 08:17:36 UTC 2024


On Wed, 17 Jan 2024 08:21:28 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 05330227
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/05330227befddd6faee4e07298eaddf9c30f09e3
Stats:     366 lines in 2 files changed: 0 ins; 354 del; 12 mod

8222719: libperfstat on AIX - cleanup old API versions

Reviewed-by: goetz, clanger

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

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


More information about the hotspot-runtime-dev mailing list