RFR: JDK-8320383: refresh libraries cache on AIX in VMError::report
Matthias Baesken
mbaesken at openjdk.org
Wed Nov 22 08:34:05 UTC 2023
On Mon, 20 Nov 2023 13:38:00 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>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.
Hi Thomas, sure we can try that.
I covered only AIX in this PR, because we observed issues with bad dll/thread stack trace output on AIX, but so far not on Windows.
E.g. in some fontconfig related crashes, see here for details
https://bugs.openjdk.org/browse/JDK-8314152
8314152: libfontconfig missing on AIX in many hs_err 'Dynamic libraries' lists and native stack incomplete
the dlopen operations coming from the JDK codebase are just not covered for some time until the next cache update happens, so we have a timeframe with outdated info that leads to bad output.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16730#issuecomment-1822315751
More information about the hotspot-dev
mailing list