equal
deleted
inserted
replaced
87 // during a mixed GC. |
87 // during a mixed GC. |
88 virtual uint calc_max_old_cset_length() const = 0; |
88 virtual uint calc_max_old_cset_length() const = 0; |
89 |
89 |
90 // Returns the given amount of uncollected reclaimable space |
90 // Returns the given amount of uncollected reclaimable space |
91 // as a percentage of the current heap capacity. |
91 // as a percentage of the current heap capacity. |
92 virtual double reclaimable_bytes_perc(size_t reclaimable_bytes) const = 0; |
92 virtual double reclaimable_bytes_percent(size_t reclaimable_bytes) const = 0; |
93 |
93 |
94 virtual ~G1Policy() {} |
94 virtual ~G1Policy() {} |
95 |
95 |
96 virtual G1CollectorState* collector_state() const = 0; |
96 virtual G1CollectorState* collector_state() const = 0; |
97 |
97 |