JDK-6888847 : TaskQueue needs release_store() for correctness on RMO machines
Type:Bug
Component:hotspot
Sub-Component:gc
Affected Version:hs17
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2009-10-06
Updated:2013-01-26
Resolved:2009-11-11
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.
Even though the task queues work correctly on TSO machines, it turns out that they are incorrect when ran on non-TSO machines, as they are missing two release_stores.