RFR: 8296463: Memory leak in JVM_StartThread with the integration of Virtual threads
Daniel D. Daugherty
dcubed at openjdk.org
Thu Nov 17 21:29:33 UTC 2022
On Wed, 16 Nov 2022 22:10:18 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Please review this simple fix that removes a memory leak. The _extentLocalCache OopHandle was not being released when a JavaThread was destroyed.
>
> Testing:
> - manual leak checking with NMT
> - tier1 (sanity)
> Thanks.
Thumbs up. Sigh... more work for the ServiceThread...
-------------
Marked as reviewed by dcubed (Reviewer).
PR: https://git.openjdk.org/jdk/pull/11198
More information about the hotspot-runtime-dev
mailing list