< prev index next >

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

Print this page
rev 57138 : [mq]: 8234796-v3

@@ -48,10 +48,11 @@
 
 // Forward declarations of classes defined here
 
 class AbstractGangWorker;
 class Semaphore;
+class ThreadClosure;
 class WorkGang;
 
 // An abstract task to be worked on by a gang.
 // You subclass this to supply your own work() method
 class AbstractGangTask {
< prev index next >