equal
deleted
inserted
replaced
393 void update_averages(bool is_survivor_overflow, |
393 void update_averages(bool is_survivor_overflow, |
394 size_t survived, |
394 size_t survived, |
395 size_t promoted); |
395 size_t promoted); |
396 |
396 |
397 // Printing support |
397 // Printing support |
398 virtual bool print_adaptive_size_policy_on(outputStream* st) const; |
398 virtual bool print() const; |
399 |
399 |
400 // Decay the supplemental growth additive. |
400 // Decay the supplemental growth additive. |
401 void decay_supplemental_growth(bool is_full_gc); |
401 void decay_supplemental_growth(bool is_full_gc); |
402 }; |
402 }; |
403 |
403 |