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

Matthias Baesken mbaesken at openjdk.org
Mon Nov 20 09:19:38 UTC 2023


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.

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

Commit messages:
 - remove print output
 - JDK-8320383

Changes: https://git.openjdk.org/jdk/pull/16730/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16730&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8320383
  Stats: 7 lines in 1 file changed: 7 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/16730.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16730/head:pull/16730

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


More information about the hotspot-dev mailing list