RFR: 8332154: Memory leak in SynchronousQueue [v3]
Doug Lea
dl at openjdk.org
Fri May 17 13:52:03 UTC 2024
On Fri, 17 May 2024 13:19:19 GMT, Viktor Klang <vklang at openjdk.org> wrote:
>> Local testing seems to indicate that this fix (which mirrors what's done in the FIFO mode) addresses the problem.
>>
>> But with that said, I haven't come up with a decent way of adding some form of regression test. Suggestions are most welcome. /cc @DougLea
>
> Viktor Klang has updated the pull request incrementally with one additional commit since the last revision:
>
> Moving the memory leak test for SynchronousQueue into its own test and runs only for JDK20+, using VirtualThreads
Sure. Seems reasonable.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19271#issuecomment-2117653564
More information about the core-libs-dev
mailing list