src/hotspot/share/gc/g1/g1ConcurrentMarkThread.hpp
changeset 53647 82c95d4b61f0
parent 53244 9807daeb47c4
child 57913 d1a6f72e4aec
equal deleted inserted replaced
53646:043ae846819f 53647:82c95d4b61f0
    88   // as the CM thread might take some time to wake up before noticing
    88   // as the CM thread might take some time to wake up before noticing
    89   // that started() is set and set in_progress().
    89   // that started() is set and set in_progress().
    90   bool during_cycle()      { return !idle(); }
    90   bool during_cycle()      { return !idle(); }
    91 
    91 
    92   // WhiteBox testing support.
    92   // WhiteBox testing support.
    93   const char* const* concurrent_phases() const;
       
    94   bool request_concurrent_phase(const char* phase);
    93   bool request_concurrent_phase(const char* phase);
    95 
    94 
    96   ConcurrentGCPhaseManager::Stack* phase_manager_stack() {
    95   ConcurrentGCPhaseManager::Stack* phase_manager_stack() {
    97     return &_phase_manager_stack;
    96     return &_phase_manager_stack;
    98   }
    97   }