--- old/src/hotspot/share/gc/g1/g1Analytics.hpp 2019-11-20 17:15:53.606657835 +0100 +++ new/src/hotspot/share/gc/g1/g1Analytics.hpp 2019-11-20 17:15:53.267647342 +0100 @@ -84,8 +84,9 @@ // The constant used is random but "small". bool enough_samples_available(TruncatedSeq const* seq) const; - double get_new_prediction(TruncatedSeq const* seq) const; + double get_new_unit_prediction(TruncatedSeq const* seq) const; size_t get_new_size_prediction(TruncatedSeq const* seq) const; + double get_new_lower_zero_bound_prediction(TruncatedSeq const* seq) const; public: G1Analytics(const G1Predictions* predictor);