equal
deleted
inserted
replaced
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 |