On Mon, 24 Nov 2025 17:31:20 GMT, Viktor Klang <[email protected]> wrote:
> Adds the patch by @DougLea
Marked as reviewed by alanb (Reviewer).
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.
-------------
PR Review: https://git.openjdk.org/jdk/pull/28479#pullrequestreview-3501755098
PR Review Comment: https://git.openjdk.org/jdk/pull/28479#discussion_r2557343595