JDK-8168467 : Use TaskEntry as task mark queue elements
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:9
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2016-10-21
Updated:2018-06-21
Resolved:2017-03-15
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.
With JDK-8057003 different kinds of elements will be on the task queue, oops and array slices, differentiated by the LSB.
Use a dedicated type for task queue elements to indicate this.