JDK-8199407 : Skip Rebuild Remset Phase if there are no rebuild candidates
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:11
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2018-03-09
Updated:2021-04-22
Resolved:2021-04-19
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.
In some cases between concurrent cycles nothing changes, and in particular there are no remembered sets that make sense to rebuild.
In this case, skip the rebuild remembered set phase.