JDK-8291037 : Move PLAB resizing mechanism to G1EvacStats
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:20
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2022-07-26
Updated:2022-08-11
Resolved:2022-08-08
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.
Only G1PLABStats (and G1) uses PLAB resizing after removal of CMS. So move the relevant shared code to G1 code and delete CMS PLAB resizing heuristics.