RFR: JDK-8318591: avoid leaks in loadlib_aix.cpp reload_table()
Joachim Kern
jkern at openjdk.org
Fri Oct 20 12:15:36 UTC 2023
On Fri, 20 Oct 2023 10:16:58 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Seems loaded_module_t* lm is not freed in some special cases in loadlib_aix.cpp reload_table() .
Looks correct for me too. Avoids a memory leak.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16285#issuecomment-1772628213
More information about the hotspot-runtime-dev
mailing list