RFR: 8301341: LinkedTransferQueue does not respect timeout for poll()
Viktor Klang
duke at openjdk.org
Wed Jun 7 15:39:58 UTC 2023
On Mon, 5 Jun 2023 18:52:00 GMT, Doug Lea <dl at openjdk.org> wrote:
> This now uses Thread.isVirtual to distinguish spin vs immediate block cases, enabling re-introduction of spin control from the previous version, removing anomalies like this one.
@DougLea @AlanBateman I had a look as well, didn't find anything to comment on. 👍
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14317#issuecomment-1581078316
More information about the core-libs-dev
mailing list