Integrated: JDK-8303183: Memory leak in Arguments::init_shared_archive_paths

Justin King jcking at openjdk.org
Wed Mar 1 15:56:25 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()`.

This pull request has now been integrated.

Changeset: 4c985e52
Author:    Justin King <jcking at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4c985e527a4a03d5a78d85a145aa41c1843a3e22
Stats:     4 lines in 1 file changed: 2 ins; 0 del; 2 mod

8303183: Memory leak in Arguments::init_shared_archive_paths

Reviewed-by: jsjolen, ccheung, dholmes

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

PR: https://git.openjdk.org/jdk/pull/12749


More information about the hotspot-runtime-dev mailing list