JDK-8140777 : Make Adaptive IHOP logging information the same as JFR logging
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-10-29
  • Updated: 2018-06-21
  • Resolved: 2016-02-26
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 b110Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
JDK-8136677 added the capability of G1 to dynamically adjust the IHOP. This added a few log messages enabled by -XX:+PrintAdaptiveSizePolicy.

The JFR events in JDK-8136678 provide more information than the logging. That has been left out because of shortcomings of the ergo framework.

With the new unified logging for GC (JDK-8059805) this should be fixed.

Comments
Also add output that shows the current *absolute* IHOP value, i.e. IHOP relative to the total capacity.
16-11-2015