src/hotspot/share/gc/z/zDirector.hpp
changeset 58701 5d10ba4a0468
parent 55002 da9840e2f7da
equal deleted inserted replaced
58700:f87353679927 58701:5d10ba4a0468
    34 
    34 
    35   ZMetronome _metronome;
    35   ZMetronome _metronome;
    36 
    36 
    37   void sample_allocation_rate() const;
    37   void sample_allocation_rate() const;
    38 
    38 
    39   bool is_first() const;
       
    40   bool is_warm() const;
       
    41 
       
    42   bool rule_timer() const;
    39   bool rule_timer() const;
    43   bool rule_warmup() const;
    40   bool rule_warmup() const;
    44   bool rule_allocation_rate() const;
    41   bool rule_allocation_rate() const;
    45   bool rule_proactive() const;
    42   bool rule_proactive() const;
    46   bool rule_high_usage() const;
    43   bool rule_high_usage() const;