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

David Holmes dholmes at openjdk.org
Fri Nov 18 00:48:55 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.

This pull request has now been integrated.

Changeset: 7b3984cb
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7b3984cb5a08edb99a233c28331c00b25457d664
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

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

Reviewed-by: alanb, coleenp, dcubed

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

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


More information about the hotspot-runtime-dev mailing list