RFR: JDK-8303181: Memory leak in ClassLoaderExt::setup_app_search_path
Calvin Cheung
ccheung at openjdk.org
Sun Feb 26 20:50:02 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.
Looks good. Thanks!
I also ran tiers 1 and 2 testing and it passed.
-------------
Marked as reviewed by ccheung (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12748
More information about the hotspot-runtime-dev
mailing list