JDK-8269417 : Minor clarification on NonblockingQueue utility
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-06-26
  • Updated: 2021-07-06
  • Resolved: 2021-06-29
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 18
18 b04Fixed
Related Reports
Relates :  
Description
As discussed in https://github.com/openjdk/jdk/pull/4379 , some comments on NonblockingQueue could be clarified. It is also possible to add an assertion in append() to ensure the Atomic::store() is safe.
Comments
Changeset: bb42d751 Author: Man Cao <manc@openjdk.org> Date: 2021-06-29 17:03:35 +0000 URL: https://git.openjdk.java.net/jdk/commit/bb42d75161cdf5d9ef2b1b227000df5165ab1198
29-06-2021