JDK-8340470 : G1: Adopt PartialArrayState to consolidate marking stack in Full GC
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:24
Priority:P4
Status:Open
Resolution:Unresolved
Submitted:2024-09-19
Updated:2024-09-21
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.
Adopt PartialArrayState introduced by JDK-8337709 to consolidate marking queue sets (oop queue set and objArray queue set) into single queue set in G1 Full GC.