--- old/src/hotspot/share/gc/g1/heapRegion.hpp 2019-11-21 15:06:00.289907182 +0100 +++ new/src/hotspot/share/gc/g1/heapRegion.hpp 2019-11-21 15:05:59.936896256 +0100 @@ -246,7 +246,7 @@ // Data for young region survivor prediction. uint _young_index_in_cset; - SurvRateGroup* _surv_rate_group; + G1SurvRateGroup* _surv_rate_group; int _age_index; // Cached attributes used in the collection set policy information @@ -544,7 +544,7 @@ double surv_rate_prediction(G1Predictions const& predictor) const; - void install_surv_rate_group(SurvRateGroup* surv_rate_group); + void install_surv_rate_group(G1SurvRateGroup* surv_rate_group); void uninstall_surv_rate_group(); void record_surv_words_in_group(size_t words_survived);