RFR: 8306823: Native memory leak in SharedRuntime::notify_jvmti_unmount/mount.
Serguei Spitsyn
sspitsyn at openjdk.org
Tue Apr 25 18:18:10 UTC 2023
On Tue, 25 Apr 2023 13:19:36 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> The code introduced by [JDK-8304303](https://bugs.openjdk.org/browse/JDK-8304303) uses `JNIHandles::make_local` which requires `JNIHandles::destroy_local` which is currently missing.
Looks good.
Thank you for taking care about it.
Serguei
-------------
Marked as reviewed by sspitsyn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/13641#pullrequestreview-1400466729
More information about the serviceability-dev
mailing list