src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.hpp
changeset 50071 758deedaae84
parent 50034 01a88f825a84
child 50606 8f1d5d706bdd
equal deleted inserted replaced
50070:c036b84c6bbf 50071:758deedaae84
   485     : _collector(collector)
   485     : _collector(collector)
   486   { }
   486   { }
   487 
   487 
   488   // Executes a task using worker threads.
   488   // Executes a task using worker threads.
   489   virtual void execute(ProcessTask& task);
   489   virtual void execute(ProcessTask& task);
   490   virtual void execute(EnqueueTask& task);
       
   491 private:
   490 private:
   492   CMSCollector& _collector;
   491   CMSCollector& _collector;
   493 };
   492 };
   494 
   493 
   495 
   494