< prev index next >

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

Print this page
rev 57038 : imported patch 8233306-heapregion-sorting
rev 57050 : imported patch 8234000-make-some-stuff-const
rev 57051 : imported patch 8233588-cleanup-survrategroup
rev 57052 : imported patch 8233588-kbarrett-review
rev 57053 : imported patch 8231579-incremental-calculation-wrong
rev 57056 : imported patch 8234179-move-heapregion-inc-cset-stats-into-g1collectionset
rev 57057 : imported patch 8234586-rename-survrategroup-files
rev 57058 : imported patch 8234587-rename-g1survrategroup

*** 244,254 **** _prev_top_at_mark_start = _next_top_at_mark_start = bottom(); } // Data for young region survivor prediction. uint _young_index_in_cset; ! SurvRateGroup* _surv_rate_group; int _age_index; // Cached attributes used in the collection set policy information // The calculated GC efficiency of the region. --- 244,254 ---- _prev_top_at_mark_start = _next_top_at_mark_start = bottom(); } // Data for young region survivor prediction. uint _young_index_in_cset; ! G1SurvRateGroup* _surv_rate_group; int _age_index; // Cached attributes used in the collection set policy information // The calculated GC efficiency of the region.
*** 542,552 **** bool has_surv_rate_group() const; double surv_rate_prediction(G1Predictions const& predictor) const; ! void install_surv_rate_group(SurvRateGroup* surv_rate_group); void uninstall_surv_rate_group(); void record_surv_words_in_group(size_t words_survived); // Determine if an object has been allocated since the last --- 542,552 ---- bool has_surv_rate_group() const; double surv_rate_prediction(G1Predictions const& predictor) const; ! void install_surv_rate_group(G1SurvRateGroup* surv_rate_group); void uninstall_surv_rate_group(); void record_surv_words_in_group(size_t words_survived); // Determine if an object has been allocated since the last
< prev index next >