RFR: 8296463: Memory leak in JVM_StartThread with the integration of Virtual threads

David Holmes dholmes at openjdk.org
Fri Nov 18 00:47:21 UTC 2022


On Thu, 17 Nov 2022 13:21:34 GMT, Coleen Phillimore <coleenp 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.
>
> Marked as reviewed by coleenp (Reviewer).

Thanks @coleenp and @dcubed-ojdk !

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

PR: https://git.openjdk.org/jdk/pull/11198


More information about the hotspot-runtime-dev mailing list