< prev index next >

src/hotspot/share/gc/g1/heapRegionRemSet.inline.hpp

Print this page

        

@@ -26,10 +26,11 @@
 #define SHARE_VM_GC_G1_HEAPREGIONREMSET_INLINE_HPP
 
 #include "gc/g1/heapRegion.inline.hpp"
 #include "gc/g1/heapRegionRemSet.hpp"
 #include "gc/g1/sparsePRT.hpp"
+#include "runtime/atomic.hpp"
 #include "utilities/bitMap.inline.hpp"
 
 template <class Closure>
 inline void HeapRegionRemSet::iterate_prts(Closure& cl) {
   _other_regions.iterate(cl);
< prev index next >