< prev index next >

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

Print this page
rev 57223 : imported patch 8225484-changes-to-survivor-calculation

*** 65,75 **** G1SurvRateGroup(); void reset(); void start_adding_regions(); void stop_adding_regions(); ! void record_surviving_words(int age_in_group, size_t surv_words); void all_surviving_words_recorded(const G1Predictions& predictor, bool update_predictors); double accum_surv_rate_pred(int age) const { assert(_stats_arrays_length > 0, "invariant" ); assert(is_valid_age_index(age), "must be"); --- 65,75 ---- G1SurvRateGroup(); void reset(); void start_adding_regions(); void stop_adding_regions(); ! void record_surviving_words(int age_in_group, double surv_rate); void all_surviving_words_recorded(const G1Predictions& predictor, bool update_predictors); double accum_surv_rate_pred(int age) const { assert(_stats_arrays_length > 0, "invariant" ); assert(is_valid_age_index(age), "must be");
< prev index next >