< prev index next >

src/hotspot/share/gc/g1/g1Predictions.hpp

Print this page

        

*** 26,36 **** #define SHARE_VM_GC_G1_G1PREDICTIONS_HPP #include "utilities/numberSeq.hpp" // Utility class containing various helper methods for prediction. ! class G1Predictions VALUE_OBJ_CLASS_SPEC { private: double _sigma; // This function is used to estimate the stddev of sample sets. There is some // special consideration of small sample sets: the actual stddev for them is --- 26,36 ---- #define SHARE_VM_GC_G1_G1PREDICTIONS_HPP #include "utilities/numberSeq.hpp" // Utility class containing various helper methods for prediction. ! class G1Predictions { private: double _sigma; // This function is used to estimate the stddev of sample sets. There is some // special consideration of small sample sets: the actual stddev for them is
< prev index next >