src/hotspot/share/gc/g1/g1DefaultPolicy.hpp
changeset 47679 4cfcb7be4984
parent 47216 71c04702a3d5
child 47681 149745044e48
equal deleted inserted replaced
47678:c84eeb55c55e 47679:4cfcb7be4984
   236   size_t pending_cards() const { return _pending_cards; }
   236   size_t pending_cards() const { return _pending_cards; }
   237 
   237 
   238   uint calc_min_old_cset_length() const;
   238   uint calc_min_old_cset_length() const;
   239   uint calc_max_old_cset_length() const;
   239   uint calc_max_old_cset_length() const;
   240 
   240 
       
   241   // Returns the given amount of reclaimable bytes (that represents
       
   242   // the amount of reclaimable space still to be collected) as a
       
   243   // percentage of the current heap capacity.
   241   double reclaimable_bytes_perc(size_t reclaimable_bytes) const;
   244   double reclaimable_bytes_perc(size_t reclaimable_bytes) const;
   242 
   245 
   243   jlong collection_pause_end_millis() { return _collection_pause_end_millis; }
   246   jlong collection_pause_end_millis() { return _collection_pause_end_millis; }
   244 
   247 
   245 private:
   248 private: