< prev index next >
src/hotspot/share/gc/g1/g1Policy.hpp
Print this page
rev 47451 : imported patch 8189729-perc-naming
*** 87,97 ****
// during a mixed GC.
virtual uint calc_max_old_cset_length() const = 0;
// Returns the given amount of uncollected reclaimable space
// as a percentage of the current heap capacity.
! virtual double reclaimable_bytes_perc(size_t reclaimable_bytes) const = 0;
virtual ~G1Policy() {}
virtual G1CollectorState* collector_state() const = 0;
--- 87,97 ----
// during a mixed GC.
virtual uint calc_max_old_cset_length() const = 0;
// Returns the given amount of uncollected reclaimable space
// as a percentage of the current heap capacity.
! virtual double reclaimable_bytes_percent(size_t reclaimable_bytes) const = 0;
virtual ~G1Policy() {}
virtual G1CollectorState* collector_state() const = 0;
< prev index next >