hotspot/src/share/vm/gc/parallel/psAdaptiveSizePolicy.hpp
changeset 35061 be6025ebffea
parent 33227 b00ec45f8c2c
child 46619 a3919f5e8d2b
equal deleted inserted replaced
35060:382d0689141c 35061:be6025ebffea
   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