RFR: JDK-8318587: refresh libraries cache on AIX in print_vm_info
David Holmes
dholmes at openjdk.org
Mon Oct 23 00:21:37 UTC 2023
On Fri, 20 Oct 2023 08:07:46 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> print_vm_info outputs information about loaded shared libraries; but this info could be outdated on AIX because the libraries cache is currently not refreshed before printing.
I don't like the fact this is in shared code either. I'm surprised to see that `VMError::print_vm_info` is not actually used to report VM errors! ???
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16284#issuecomment-1774245154
More information about the hotspot-dev
mailing list