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

2024-01-15 Thread Chris Hegarty
> 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 

-

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

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

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 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


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

2024-01-15 Thread Chris Hegarty
On Mon, 15 Jan 2024 09:49:39 GMT, Chris Hegarty  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 

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