RFR: 8306823: Native memory leak in SharedRuntime::notify_jvmti_unmount/mount.

Patricio Chilano Mateo pchilanomate at openjdk.org
Tue Apr 25 15:08:15 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 to me.

Patricio

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

Marked as reviewed by pchilanomate (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/13641#pullrequestreview-1400139322


More information about the hotspot-dev mailing list