src/hotspot/share/gc/g1/g1DefaultPolicy.hpp
changeset 47681 149745044e48
parent 47679 4cfcb7be4984
equal deleted inserted replaced
47680:8b6597b0231e 47681:149745044e48
   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
   241   // Returns the given amount of reclaimable bytes (that represents
   242   // the amount of reclaimable space still to be collected) as a
   242   // the amount of reclaimable space still to be collected) as a
   243   // percentage of the current heap capacity.
   243   // percentage of the current heap capacity.
   244   double reclaimable_bytes_perc(size_t reclaimable_bytes) const;
   244   double reclaimable_bytes_percent(size_t reclaimable_bytes) const;
   245 
   245 
   246   jlong collection_pause_end_millis() { return _collection_pause_end_millis; }
   246   jlong collection_pause_end_millis() { return _collection_pause_end_millis; }
   247 
   247 
   248 private:
   248 private:
   249   // Sets up marking if proper conditions are met.
   249   // Sets up marking if proper conditions are met.