< prev index next >
src/hotspot/share/gc/g1/g1DefaultPolicy.hpp
Print this page
rev 47449 : imported patch 8189666
rev 47451 : imported patch 8189729-perc-naming
@@ -239,11 +239,11 @@
uint calc_max_old_cset_length() const;
// Returns the given amount of reclaimable bytes (that represents
// the amount of reclaimable space still to be collected) as a
// percentage of the current heap capacity.
- double reclaimable_bytes_perc(size_t reclaimable_bytes) const;
+ double reclaimable_bytes_percent(size_t reclaimable_bytes) const;
jlong collection_pause_end_millis() { return _collection_pause_end_millis; }
private:
// Sets up marking if proper conditions are met.
< prev index next >