RFR: JDK-8320383: refresh libraries cache on AIX in VMError::report [v3]

Matthias Baesken mbaesken at openjdk.org
Tue Nov 28 13:38:20 UTC 2023


On Thu, 23 Nov 2023 14:46:28 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:
> 
>   use new method also in print_vm_info

Hi Thomas and David,

> Both IBM and SAP stepped up their AIX efforts because the AIX port is still needed. More eyes find more issues.

Yes this is true, we at SAP started again this year to run tests on AIX using jdk-head and found those issues on AIX.
Windows **might**  have similar needs,  but so far I saw the issues with outdated lib cache only on AIX, that's why I did the change on this platform.

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

PR Comment: https://git.openjdk.org/jdk/pull/16730#issuecomment-1829859521


More information about the hotspot-dev mailing list