< prev index next >

src/share/vm/gc/parallel/psAdaptiveSizePolicy.hpp

Print this page

        

@@ -393,11 +393,11 @@
   void update_averages(bool is_survivor_overflow,
                        size_t survived,
                        size_t promoted);
 
   // Printing support
-  virtual bool print_adaptive_size_policy_on(outputStream* st) const;
+  virtual bool print() const;
 
   // Decay the supplemental growth additive.
   void decay_supplemental_growth(bool is_full_gc);
 };
 
< prev index next >