src/hotspot/share/gc/g1/g1Policy.hpp
changeset 59114 c545e449137c
parent 58797 f29ca6895893
child 59198 92c98aa0f801
equal deleted inserted replaced
59113:700a2ad8fc19 59114:c545e449137c
   248                         uint base_free_regions, double target_pause_time_ms) const;
   248                         uint base_free_regions, double target_pause_time_ms) const;
   249 
   249 
   250 public:
   250 public:
   251   size_t pending_cards_at_gc_start() const { return _pending_cards_at_gc_start; }
   251   size_t pending_cards_at_gc_start() const { return _pending_cards_at_gc_start; }
   252 
   252 
   253   size_t total_concurrent_refined_cards() const {
       
   254     return _total_concurrent_refined_cards;
       
   255   }
       
   256 
       
   257   size_t total_mutator_refined_cards() const {
       
   258     return _total_mutator_refined_cards;
       
   259   }
       
   260 
       
   261   // Calculate the minimum number of old regions we'll add to the CSet
   253   // Calculate the minimum number of old regions we'll add to the CSet
   262   // during a mixed GC.
   254   // during a mixed GC.
   263   uint calc_min_old_cset_length() const;
   255   uint calc_min_old_cset_length() const;
   264 
   256 
   265   // Calculate the maximum number of old regions we'll add to the CSet
   257   // Calculate the maximum number of old regions we'll add to the CSet