< prev index next >

src/hotspot/share/gc/g1/heapRegionManager.cpp

Print this page

        

*** 31,40 **** --- 31,42 ---- #include "gc/g1/heapRegionManager.inline.hpp" #include "gc/g1/heapRegionSet.inline.hpp" #include "gc/g1/heterogeneousHeapRegionManager.hpp" #include "logging/logStream.hpp" #include "memory/allocation.hpp" + #include "runtime/atomic.hpp" + #include "runtime/orderAccess.hpp" #include "utilities/bitMap.inline.hpp" class MasterFreeRegionListChecker : public HeapRegionSetChecker { public: void check_mt_safety() {
< prev index next >