JDK-8246677 : LinkedTransferQueue and SynchronousQueue synchronization updates
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util.concurrent
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-06-05
  • Updated: 2025-01-13
  • Resolved: 2021-01-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17
17 b05Fixed
Related Reports
Relates :  
Description
This is a followup to JDK13 refresh of internal java.util.concurrent synchronization. It replaces some mechanics with analogs of those used in AQS.
Comments
Changeset: 63e3bd76 Author: Martin Buchholz <martin@openjdk.org> Date: 2021-01-09 21:08:32 +0000 URL: https://git.openjdk.java.net/jdk/commit/63e3bd76
09-01-2021

Based on previous updates
05-06-2020