[jdk11u-dev] RFR: 8284458: CodeHeapState::aggregate() leaks blob_name
Martin Doerr
mdoerr at openjdk.java.net
Thu Apr 28 13:38:09 UTC 2022
On Mon, 25 Apr 2022 19:12:50 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:
> I would like to backport this patch to 11u to fix a memory leak.
>
> The original patch does not apply cleanly:
>
> 1. JDK-8275729 and JDK-8276429 that are not in 17u. However, the patch is small and conflicts are resolved manually.
> 2. `nullptr` language feature is not available in 11u, changed to `NULL`
Marked as reviewed by mdoerr (Reviewer).
Description mentions 17u instead of 11u. Change looks good.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/1046
More information about the jdk-updates-dev
mailing list