RFR: 8306823: Native memory leak in SharedRuntime::notify_jvmti_unmount/mount.
Martin Doerr
mdoerr at openjdk.org
Tue Apr 25 19:48: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.
Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13641#issuecomment-1522327187
More information about the serviceability-dev
mailing list