hotspot/src/share/vm/gc/g1/g1ConcurrentMark.inline.hpp
changeset 46502 116a09d8f142
parent 46328 6061df52d610
child 46750 bcab0128a16f
--- a/hotspot/src/share/vm/gc/g1/g1ConcurrentMark.inline.hpp	Thu May 25 20:55:20 2017 -0400
+++ b/hotspot/src/share/vm/gc/g1/g1ConcurrentMark.inline.hpp	Fri May 26 13:46:49 2017 +0200
@@ -30,6 +30,7 @@
 #include "gc/g1/g1ConcurrentMarkObjArrayProcessor.inline.hpp"
 #include "gc/g1/suspendibleThreadSet.hpp"
 #include "gc/shared/taskqueue.inline.hpp"
+#include "utilities/bitMap.inline.hpp"
 
 inline bool G1ConcurrentMark::par_mark(oop obj) {
   return _nextMarkBitMap->parMark((HeapWord*)obj);