< prev index next >

src/share/vm/gc_implementation/g1/concurrentMark.cpp

Print this page

        

@@ -52,10 +52,11 @@
 #include "runtime/handles.inline.hpp"
 #include "runtime/java.hpp"
 #include "runtime/atomic.inline.hpp"
 #include "runtime/prefetch.inline.hpp"
 #include "services/memTracker.hpp"
+#include "utilities/taskqueue.inline.hpp"
 
 // Concurrent marking bit map wrapper
 
 CMBitMapRO::CMBitMapRO(int shifter) :
   _bm(),
< prev index next >