< prev index next >

src/share/vm/gc/shared/workgroup.hpp

Print this page
rev 8615 : CMSParallelFullGC: Parallel version of CMS Full GC.

*** 246,255 **** --- 246,256 ---- // The only real method: run a task for the gang. virtual void run(); // Predicate for Thread virtual bool is_GC_task_thread() const; virtual bool is_ConcurrentGC_thread() const; + virtual bool is_GangWorker_thread() const { return true; } // Printing void print_on(outputStream* st) const; virtual void print() const { print_on(tty); } protected: AbstractWorkGang* _gang;
< prev index next >