Integrated: JDK-8320383: refresh libraries cache on AIX in VMError::report

Matthias Baesken mbaesken at openjdk.org
Fri Nov 24 07:59:19 UTC 2023


On Mon, 20 Nov 2023 09:14:29 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.

This pull request has now been integrated.

Changeset: 26c33904
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/26c3390421f4888eb59017cadb2bf21a15e25b5e
Stats:     25 lines in 6 files changed: 20 ins; 4 del; 1 mod

8320383: refresh libraries cache on AIX in VMError::report

Reviewed-by: stuefe, mdoerr

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

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


More information about the hotspot-dev mailing list