JDK-8076316 : G1: Remove unused code from G1ParScanThreadState
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:9
Priority:P4
Status:Closed
Resolution:Duplicate
Submitted:2015-03-31
Updated:2015-05-12
Resolved:2015-05-12
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.
Methods add_to_alloc_buffer_waste(size_t waste) and add_to_undo_waste(size_t waste) in G1ParScanThreadState are not used.
Variables _alloc_buffer_waste and _undo_waste in G1ParScanThreadState are not used too.