src/hotspot/share/gc/g1/g1Policy.hpp
changeset 47681 149745044e48
parent 47216 71c04702a3d5
child 49412 2c3b9dbba7bc
equal deleted inserted replaced
47680:8b6597b0231e 47681:149745044e48
    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