On Mon, 24 Nov 2025 18:46:03 GMT, Alan Bateman <[email protected]> wrote:
>> Adds the patch by @DougLea
>
> test/jdk/java/util/concurrent/BlockingQueue/MissedPoll.java line 67:
>
>> 65: for (var future : futures) {
>> 66: if (future.get() != 0)
>> 67: throw new Error();
>
> Good test, maybe change this to RuntimeException that includes the error
> count.
I'm not sure that the error count really helps
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28479#discussion_r2557957503
