RFR: 8332154: Memory leak in SynchronousQueue
Viktor Klang
vklang at openjdk.org
Tue May 21 11:48:10 UTC 2024
On Thu, 16 May 2024 21:36:03 GMT, Konstantin Nisht <duke at openjdk.org> wrote:
>> @AlanBateman @DougLea Reviews are most welcome :)
>
> @viktorklang-ora We managed to reproduce it quite reliably by running the test from the bug report multiple times (in our case, it was 100). I understand this does not make a 100% stable regression reproducer, but in case of multiple runs the probability of false positive in quite low.
@knisht @vprovodin Thanks for the thoughts, I decided to go for a blackbox test to make sure that this test does not rely on any internal impl details of SynchronousQueue.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19271#issuecomment-2122448833
More information about the core-libs-dev
mailing list