src/hotspot/share/gc/g1/g1HotCardCache.hpp
changeset 54982 b18c8301b8c2
parent 54110 f4f0dce5d0bb
child 58264 4e96939a5746
equal deleted inserted replaced
54981:0b56fc0448ec 54982:b18c8301b8c2
    24 
    24 
    25 #ifndef SHARE_GC_G1_G1HOTCARDCACHE_HPP
    25 #ifndef SHARE_GC_G1_G1HOTCARDCACHE_HPP
    26 #define SHARE_GC_G1_G1HOTCARDCACHE_HPP
    26 #define SHARE_GC_G1_G1HOTCARDCACHE_HPP
    27 
    27 
    28 #include "gc/g1/g1CardCounts.hpp"
    28 #include "gc/g1/g1CardCounts.hpp"
    29 #include "gc/g1/g1_globals.hpp"
       
    30 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    31 #include "runtime/safepoint.hpp"
    30 #include "runtime/safepoint.hpp"
    32 #include "runtime/thread.hpp"
    31 #include "runtime/thread.hpp"
    33 #include "utilities/globalDefinitions.hpp"
    32 #include "utilities/globalDefinitions.hpp"
    34 
    33