History log of /openjdk9/hotspot/src/share/vm/gc/g1/g1Predictions.hpp
Revision Date Author Comments
# 11927:5824fc568091 22-Aug-2016 kzhaldyb

8164028: Convert TestPredictions_test to GTest
Reviewed-by: jwilhelm, dfazunen, ehelin


# 9668:183ece5b3c14 05-Dec-2015 tschatzl

8144690: g1Predictions.hpp includes allocation.inline.hpp
Summary: Remove offending (and unnecessary) include statement.
Reviewed-by: stefank, jmasa


# 9165:5b33eeb13775 15-Oct-2015 tschatzl

8137082: Factor out G1 prediction code from G1CollectorPolicy and clean up
Summary: Factor out G1 prediction code from G1CollectorPolicy into its own class, constify methods of G1CollectorPolicy and move more implementations to the cpp file.
Reviewed-by: jmasa, sangheki, ecaspole, kbarrett