RFR: JDK-8320383: refresh libraries cache on AIX in VMError::report
Thomas Stuefe
stuefe at openjdk.org
Mon Nov 20 13:40:30 UTC 2023
On Mon, 20 Nov 2023 13:32:07 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> > Why not just do this in the AIX specific `os::print_dll_info`?
> > Otherwise, I'd be in favor of finding a reasonable OS abstraction for this.
>
> Hi Thomas, I think we need (on AIX) the info from the loaded lib cache also for printing some info of the native stack, not only for the dll/shared libs section.
Then lets abstract this into something like `os::prepare_native_symbols()` or something similar. Could use this on Windows too to update the loaded modules list.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16730#issuecomment-1819081047
More information about the hotspot-dev
mailing list