src/share/vm/gc_implementation/g1/sparsePRT.hpp

changeset 6541
bfdf528be8e8
parent 6198
55fb97c4c58d
child 6876
710a3c8b516e
equal deleted inserted replaced
6540:6df24530bf14 6541:bfdf528be8e8
23 */ 23 */
24 24
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_SPARSEPRT_HPP 25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_SPARSEPRT_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_G1_SPARSEPRT_HPP 26 #define SHARE_VM_GC_IMPLEMENTATION_G1_SPARSEPRT_HPP
27 27
28 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" 28 #include "gc_implementation/g1/g1CollectedHeap.hpp"
29 #include "gc_implementation/g1/heapRegion.hpp" 29 #include "gc_implementation/g1/heapRegion.hpp"
30 #include "memory/allocation.hpp" 30 #include "memory/allocation.hpp"
31 #include "memory/cardTableModRefBS.hpp" 31 #include "memory/cardTableModRefBS.hpp"
32 #include "runtime/mutex.hpp" 32 #include "runtime/mutex.hpp"
33 #include "utilities/globalDefinitions.hpp" 33 #include "utilities/globalDefinitions.hpp"

mercurial