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.
c1_LinearScan has a few minor inefficiencies, e.g., a couple of GrowableLists that are only conditionally used are allocated eagerly, there are several unused methods etc.
A cleanup reduces static footprint and time spent creating Intervals etc.
Comments
Fix Request (11u)
This is a pre-requisite for clean backport of JDK-8249603. Patch applies cleanly to 11u, passes tier{1,2}.
09-09-2020
Backported this to JDK 11u as prerequisite for JDK-8249603.