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

Calvin Cheung ccheung at openjdk.org
Sun Feb 26 20:47:02 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()`.

Thanks for fixing this. It looks good.
I also ran tiers 1 and 2 testing and it passed.

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

Marked as reviewed by ccheung (Reviewer).

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


More information about the hotspot-runtime-dev mailing list