RFR: JDK-8320383: refresh libraries cache on AIX in VMError::report [v2]
Thomas Stuefe
stuefe at openjdk.org
Thu Nov 23 09:54:06 UTC 2023
On Wed, 22 Nov 2023 17:46:22 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
>> VMError::report outputs information about loaded shared libraries; but this info could be outdated on AIX because the libraries cache is currently not refreshed before printing.
>> This is similar to [JDK-8318587](https://bugs.openjdk.org/browse/JDK-8318587) .
>> The refresh in VMError::report could be omitted in some situations where the refresh call is considered problematic.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>
> add prepare_native_symbols
You can now replace the code in VMError::get_vm_info with the generic function and remove the AIX specific include.
-------------
Changes requested by stuefe (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/16730#pullrequestreview-1746072673
More information about the hotspot-dev
mailing list