JDK-8136681 : Factor out IHOP calculation from G1CollectorPolicy
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-09-17
  • Updated: 2015-12-10
  • Resolved: 2015-11-25
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
9 b96Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Description
Need to factor out the existing IHOP threshold calculation into a separate class to allow more complex (adaptive) algorithms on demand.

Collect data needed for IHOP calculation and feed it to this class.

Refactor young list target length calculation for G1CollectorPolicy to use less global state.

This is required to accomodate dIHOP changes.
Comments
Will fix as part of the main change. This change does not make sense without the other one.
22-10-2015