hotspot/src/share/vm/gc_implementation/parallelScavenge/gcTaskThread.hpp
changeset 24331 c0bc7e5653fb
parent 13963 e5b53c306fb5
equal deleted inserted replaced
24243:ef084b317ced 24331:c0bc7e5653fb
    67   virtual void run();
    67   virtual void run();
    68   // Methods.
    68   // Methods.
    69   void start();
    69   void start();
    70 
    70 
    71   void print_task_time_stamps();
    71   void print_task_time_stamps();
    72   void print_on(outputStream* st) const;
       
    73   void print() const                                { print_on(tty); }
       
    74 
    72 
    75 protected:
    73 protected:
    76   // Constructor.  Clients use factory, but there could be subclasses.
    74   // Constructor.  Clients use factory, but there could be subclasses.
    77   GCTaskThread(GCTaskManager* manager, uint which, uint processor_id);
    75   GCTaskThread(GCTaskManager* manager, uint which, uint processor_id);
    78   // Destructor: virtual destructor because of virtual methods.
    76   // Destructor: virtual destructor because of virtual methods.