JDK-8055816 : Remove dead code in g1BlockOffsetTable
Type:Enhancement
Component:hotspot
Sub-Component:gc
Priority:P2
Status:Resolved
Resolution:Fixed
Submitted:2014-08-22
Updated:2015-06-03
Resolved:2014-08-27
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.
There is lots of dead code in g1BlockOffsetTable.cpp/hpp. To fix JDK-8025564 we need to change the verification code for the G1 BOT. In order to be able to add new verfication code the dead code needs to be removed.