hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.hpp
changeset 24331 c0bc7e5653fb
parent 22551 9bf46d16dcc6
child 24424 2658d7834c6e
equal deleted inserted replaced
24243:ef084b317ced 24331:c0bc7e5653fb
    92   bool is_ConcurrentGC_thread() const { return true;       }
    92   bool is_ConcurrentGC_thread() const { return true;       }
    93 
    93 
    94   static void threads_do(ThreadClosure* tc);
    94   static void threads_do(ThreadClosure* tc);
    95 
    95 
    96   // Printing
    96   // Printing
    97   void print_on(outputStream* st) const;
       
    98   void print() const                                  { print_on(tty); }
       
    99   static void print_all_on(outputStream* st);
    97   static void print_all_on(outputStream* st);
   100   static void print_all()                             { print_all_on(tty); }
    98   static void print_all()                             { print_all_on(tty); }
   101 
    99 
   102   // Returns the CMS Thread
   100   // Returns the CMS Thread
   103   static ConcurrentMarkSweepThread* cmst()    { return _cmst; }
   101   static ConcurrentMarkSweepThread* cmst()    { return _cmst; }