RFR: JDK-8320383: refresh libraries cache on AIX in VMError::report [v3]
David Holmes
dholmes at openjdk.org
Mon Nov 27 07:36:18 UTC 2023
On Mon, 27 Nov 2023 06:25:17 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> The reason I proposed this is that on Windows, we have code paths that are executed on demand on symbol decoding. Its exactly the same thing as on AIX: we need to refresh the loaded pdb list. This would fit well into this abstraction.
But the Windows implementation of this abstraction is also empty! Is there some follow up to actually put this new abstraction into actual use? My recollection is that the Windows refresh worked fine in the Windows code.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16730#issuecomment-1827270341
More information about the hotspot-dev
mailing list