RFR: JDK-8303183: Memory leak in Arguments::init_shared_archive_paths
Johan Sjölen
jsjolen at openjdk.org
Fri Feb 24 22:05:17 UTC 2023
On Fri, 24 Feb 2023 19:29:56 GMT, Justin King <jcking at openjdk.org> wrote:
> Fix memory leak by freeing the memory returned by `Arguments::get_default_shared_archive_path()`.
Hi, what about line 3486 that also calls `get_default_shared_archive_path`?
-------------
PR: https://git.openjdk.org/jdk/pull/12749
More information about the hotspot-runtime-dev
mailing list