History log of /openjdk10/hotspot/src/share/vm/gc/g1/g1IHOPControl.hpp
Revision Date Author Comments
# 12069:cba30a8d3ee0 26-Sep-2016 kzhaldyb

8159818: Convert IHOP_test to GTest
Reviewed-by: tschatzl, iignatyev


# 10451:d367f98eeadc 07-Mar-2016 tschatzl

8142484: Let IHOP follow the current capacity, not the maximum capacity
Summary: Instead of following the current heap capacity, let all IHOP calculations follow the maximum capacity.
Reviewed-by: brutisso, jmasa


# 9588:34f1eca60456 25-Nov-2015 tschatzl

8136679: JFR event for adaptive IHOP
Reviewed-by: tbenson, mgerdin, sangheki, ehelin


# 9587:b389867c9d1d 24-Nov-2015 tschatzl

8136678: Implement adaptive sizing algorithm for IHOP
Summary: Add adaptive sizing for IHOP that maximizes throughput (starts marking as late as possible). This functionality is enabled using a new -XX:+G1AdaptiveIHOP switch (default: false).
Reviewed-by: mgerdin, jmasa, pliden


# 9586:cf01c334f0be 24-Nov-2015 tschatzl

8136681: Factor out IHOP calculation from G1CollectorPolicy
Summary: Move out existing IHOP value calculation into an implementation of a new interface called G1IHOPControl. Prepare for changes to accomodate adaptive IHOP implementation.
Reviewed-by: jmasa, mgerdin, ehelin