RFR: 8301341: LinkedTransferQueue does not respect timeout for poll() [v3]

Doug Lea dl at openjdk.org
Fri Jun 30 19:38:20 UTC 2023


On Fri, 30 Jun 2023 13:00:27 GMT, Doug Lea <dl at openjdk.org> wrote:

>> src/java.base/share/classes/java/util/concurrent/LinkedTransferQueue.java line 115:
>> 
>>> 113:      * indicating whether to act as some form of offer, put, poll,
>>> 114:      * take, or transfer (each possibly with timeout), as described
>>> 115:      * bwlow.
>> 
>> @DougLea Small typo—s/bwlow/below
>
> Thanks. I'm in the midst of a cleanup pass that better explains changes, and fixes a test bug, and hopefully improves some code clarity

... which I just did, so hopefully easier to read through

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14317#discussion_r1248222376


More information about the core-libs-dev mailing list