JDK-8200428 : If G1 during Remark finds that there is no remembered set to rebuild, end concurrent cycle
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2018-03-29
  • Updated: 2018-04-05
  • Resolved: 2018-04-05
Related Reports
Duplicate :  
Description
See subject.

This decreases the time until the next concurrent cycle can be started, as this means that there will be no old regions to reclaim anyway, and so avoids the cleanup pause
Comments
Duplicates JDK-8199407
05-04-2018