[jdk25u] Withdrawn: 8371740 : LinkedTransferQueue.poll() returns null even though queue is not empty

Viktor Klang vklang at openjdk.org
Mon Dec 1 09:56:54 UTC 2025


On Mon, 1 Dec 2025 09:17:26 GMT, Viktor Klang <vklang at openjdk.org> wrote:

> This fixes a situation where LinkedTransferQueue.poll() may return `null` when the queue is provably non-empty.
> 
> This PR is a backport of https://bugs.openjdk.org/browse/JDK-8371740 commit [d350158e](https://github.com/openjdk/jdk/commit/d350158e060c01acf49759dcbdd1f4d72530111b) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> 
> The commit being backported was authored by Viktor Klang on 27 Nov 2025 and was reviewed by Alan Bateman.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk25u/pull/396


More information about the jdk-updates-dev mailing list