History log of /openjdk9/hotspot/src/share/vm/gc/g1/g1IHOPControl.cpp
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


# 10378:dcac6f3d1255 26-Feb-2016 tschatzl

8140777: Make Adaptive IHOP logging information the same as JFR logging
Reviewed-by: tbenson, jmasa


# 9862:4746b036af87 18-Nov-2015 goetz

8143215: gcc 4.1.2: fix three issues breaking the build.
Summary: Also fix some more recent introduced missing casts.
Reviewed-by: stuefe, simonis, kbarrett, tschatzl


# 9727:f944761a3ce3 10-Dec-2015 brutisso

8145092: Use Unified Logging for the GC logging
Summary: JEP-271. VM changes contributed by brutisso, test changes contributed by david.
Reviewed-by: sjohanss, david, brutisso
Contributed-by: bengt.rutisson@oracle.com, david.lindholm@oralce.com


# 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