On 15/01/2022 2:13 am, Tyler Steele wrote:
To follow up on an item mentioned above so that it is documented here: I reviewed the functionality from `src/hotspot/os/aix/libperfstat_aix` and found it didn't fit well with the needs of this pr. If it were extended in the future to include the ability to call at least `libperfstat_process` and `libperfstat_cpu` (in addition to `libperfstat_cpu_total`), then using it here would be a reasonable choice. There may be some other functionality required, but those stand out to me as the big ones.
Wouldn't adding the needed functionality to the existing libperfstat_aix be preferable here?
David
------------- PR: https://git.openjdk.java.net/jdk/pull/6885