RFR: 8323659: LinkedTransferQueue add and put methods call overridable offer [v4]
Chris Hegarty
chegar at openjdk.org
Mon Jan 15 12:09:49 UTC 2024
On Mon, 15 Jan 2024 09:49:39 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 incrementally with one additional commit since the last revision:
>
> Update src/java.base/share/classes/java/util/concurrent/LinkedTransferQueue.java
>
> Co-authored-by: Andrey Turbanov <turbanoff at gmail.com>
It's unfortunate that we're only discovering this now, since 21.0.2 is scheduled to release tomorrow, Jan 16th, and we've not yet gotten this reviewed and merged into _master_ or _jdk22_ yet. We can decided how to proceed with the backports once this PR has agreed the approach and is reviewed.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17393#issuecomment-1892039902
More information about the core-libs-dev
mailing list