< prev index next >

src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp

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

@@ -67,10 +67,12 @@
 #include "gc/shared/stringdedup/stringDedupStat.hpp"
 #include "gc/shared/stringdedup/stringDedupTable.hpp"
 #include "memory/allocation.hpp"
 #include "runtime/thread.hpp"
 
+class ThreadClosure;
+
 //
 // Main interface for interacting with string deduplication.
 //
 class StringDedup : public AllStatic {
 private:
< prev index next >