RFR: JDK-8318587: refresh libraries cache on AIX in print_vm_info

Thomas Stuefe stuefe at openjdk.org
Fri Oct 20 13:16:37 UTC 2023


On Fri, 20 Oct 2023 12:51:24 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> > Does it have to be in shared code?
> 
> Good question, maybe a move to os_aix.cpp os::print_dll_info would be possible ? On the other hand this would cause reloading also in the crash case and currently I am not sure if this is a good idea .

OTOH in crash situations you want dll info to be up to date, for callstacks and whatnot.

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

PR Comment: https://git.openjdk.org/jdk/pull/16284#issuecomment-1772719302


More information about the hotspot-dev mailing list