comparison src/share/vm/gc_implementation/g1/heapRegion.hpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents 72a161e62cc4
children 2250ee17e258
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGION_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGION_HPP
27
28 #include "gc_implementation/g1/g1BlockOffsetTable.inline.hpp"
29 #include "gc_implementation/g1/g1_specialized_oop_closures.hpp"
30 #include "gc_implementation/g1/survRateGroup.hpp"
31 #include "gc_implementation/shared/ageTable.hpp"
32 #include "gc_implementation/shared/spaceDecorator.hpp"
33 #include "memory/space.inline.hpp"
34 #include "memory/watermark.hpp"
35
25 #ifndef SERIALGC 36 #ifndef SERIALGC
26 37
27 // A HeapRegion is the smallest piece of a G1CollectedHeap that 38 // A HeapRegion is the smallest piece of a G1CollectedHeap that
28 // can be collected independently. 39 // can be collected independently.
29 40
943 // Local Variables: *** 954 // Local Variables: ***
944 // c-indentation-style: gnu *** 955 // c-indentation-style: gnu ***
945 // End: *** 956 // End: ***
946 957
947 #endif // SERIALGC 958 #endif // SERIALGC
959
960 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGION_HPP