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

Alan Bateman alanb at openjdk.org
Mon Jan 15 17:53:23 UTC 2024


On Mon, 15 Jan 2024 12:09:48 GMT, Chris Hegarty <chegar at openjdk.org> wrote:

>> 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

Marked as reviewed by alanb (Reviewer).

test/jdk/java/util/concurrent/LinkedTransferQueue/SubclassTest.java line 28:

> 26:  * @run testng SubclassTest
> 27:  * @bug 8323659
> 28:  * @summary Ensures that the implementation of LTQ add and put methods does

[ORDER OF TAGS](https://openjdk.org/jtreg/tag-spec.html#ORDER)

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

PR Review: https://git.openjdk.org/jdk/pull/17393#pullrequestreview-1822096706
PR Review Comment: https://git.openjdk.org/jdk/pull/17393#discussion_r1452638878


More information about the core-libs-dev mailing list