RFR: 8323659: LinkedTransferQueue add and put methods call overridable offer [v5]

Chris Hegarty chegar at openjdk.org
Mon Jan 15 12:09:48 UTC 2024


> Update LinkedTransferQueue add and put methods to not call overridable offer.

Chris Hegarty has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:

 - Merge branch 'master' into ltq_bug
 - Update src/java.base/share/classes/java/util/concurrent/LinkedTransferQueue.java
   
   Co-authored-by: Andrey Turbanov <turbanoff at gmail.com>
 - timed offer
 - add test
 - Update LinkedTransferQueue add and put methods to not call overridable offer

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/17393/files
  - new: https://git.openjdk.org/jdk/pull/17393/files/22f2857c..72ad71fb

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=17393&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=17393&range=03-04

  Stats: 11818 lines in 198 files changed: 5468 ins; 5671 del; 679 mod
  Patch: https://git.openjdk.org/jdk/pull/17393.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17393/head:pull/17393

PR: https://git.openjdk.org/jdk/pull/17393


More information about the core-libs-dev mailing list