comparison src/share/vm/gc_implementation/g1/sparsePRT.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c bfdf528be8e8
children
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
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"