Integrated: JDK-8303181: Memory leak in ClassLoaderExt::setup_app_search_path

Justin King jcking at openjdk.org
Fri Mar 3 18:11:41 UTC 2023


On Fri, 24 Feb 2023 19:23:36 GMT, Justin King <jcking at openjdk.org> wrote:

> Fix memory leak by removing unnecessary `os::strdup` call. The string is passed as a const pointer to all functions.

This pull request has now been integrated.

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

8303181: Memory leak in ClassLoaderExt::setup_app_search_path

Reviewed-by: ccheung, dholmes

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

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


More information about the hotspot-runtime-dev mailing list