RFR: 8332154: Memory leak in SynchronousQueue [v2]

Viktor Klang vklang at openjdk.org
Fri May 17 13:19:19 UTC 2024


On Fri, 17 May 2024 11:52:12 GMT, Doug Lea <dl at openjdk.org> wrote:

>> Viktor Klang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Adding a leak detection test for SynchronousQueue
>
> Looks good; thanks. I don't know why I left out this check in a case that is otherwise identical to LTQ.

@DougLea I decided to move to using VirtualThreads and therefor pulling the memory leak test out into its own class which only runs for JDK20+.

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

PR Comment: https://git.openjdk.org/jdk/pull/19271#issuecomment-2117584999


More information about the core-libs-dev mailing list