RFR: 8355726: LinkedBlockingDeque fixes and improvements

kabutz duke at openjdk.org
Thu May 8 13:55:54 UTC 2025


On Thu, 8 May 2025 08:41:52 GMT, Viktor Klang <vklang at openjdk.org> wrote:

> We could likely check if there's any remaining capacity up front, and immediately return false?

We could if you like. I wanted to make as few changes as possible, to not introduce unexpected changes. This particular bug was to stop a size overflow.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24925#discussion_r2079769379


More information about the core-libs-dev mailing list