JDK-8142950 : Refactor G1 YC preparation code
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-11-13
  • Updated: 2019-10-01
  • Resolved: 2019-10-01
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.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
During the review of JDK-8139424 an idea to move more of the preparation code for the G1 YC into G1CollectedHeap::pre_evacuate_collection_set() came up. 

These are the methods that were discussed in the review:    
g1_rem_set()->cleanupHRRS();
register_humongous_regions_with_cset();

But there is probably more preparation code that could be moved together.
Comments
Sometime in JDK11 development we removed the HRRS cleanup; JDK-8213108 moved the region registration to the pre_evacuate_collection() set phase.
01-10-2019