hotspot/src/share/vm/gc/g1/g1DefaultPolicy.hpp
changeset 38185 c432f8466c73
parent 38183 cb68e4923223
child 39409 40460a932140
--- a/hotspot/src/share/vm/gc/g1/g1DefaultPolicy.hpp	Wed May 04 10:06:00 2016 +0200
+++ b/hotspot/src/share/vm/gc/g1/g1DefaultPolicy.hpp	Wed Apr 27 16:20:05 2016 +0200
@@ -148,8 +148,8 @@
   void cset_regions_freed() {
     bool update = should_update_surv_rate_group_predictors();
 
-    _short_lived_surv_rate_group->all_surviving_words_recorded(update);
-    _survivor_surv_rate_group->all_surviving_words_recorded(update);
+    _short_lived_surv_rate_group->all_surviving_words_recorded(predictor(), update);
+    _survivor_surv_rate_group->all_surviving_words_recorded(predictor(), update);
   }
 
   G1MMUTracker* mmu_tracker() {
@@ -370,9 +370,6 @@
   // the initial-mark work and start a marking cycle.
   void decide_on_conc_mark_initiation();
 
-  // Print stats on young survival ratio
-  void print_yg_surv_rate_info() const;
-
   void finished_recalculating_age_indexes(bool is_survivors) {
     if (is_survivors) {
       _survivor_surv_rate_group->finished_recalculating_age_indexes();