JDK-8030157 : Serial G1 code root migration phase causes long pauses
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 8,9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-12-14
  • Updated: 2014-09-01
  • Resolved: 2014-09-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.
JDK 9
9Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
In some benchmarks (e.g. CRM Fuse) with lots of code generation G1 shows a high "Code root migration" time in some GCs, taking 50%+ of pause time.

The problem is that code root migration is executed serially at the moment, and if regions with lots of code roots are moved, this process takes amount of considerable time.
Comments
Duplicate. Keeping the newer issue as it contains slightly more information.
26-06-2014