comparison src/share/vm/gc_implementation/g1/g1CollectorPolicy.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 0ce1569c90e5
children 631f79e71e90
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_G1COLLECTORPOLICY_HPP
26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTORPOLICY_HPP
27
28 #include "gc_implementation/g1/collectionSetChooser.hpp"
29 #include "gc_implementation/g1/g1MMUTracker.hpp"
30 #include "memory/collectorPolicy.hpp"
31
25 // A G1CollectorPolicy makes policy decisions that determine the 32 // A G1CollectorPolicy makes policy decisions that determine the
26 // characteristics of the collector. Examples include: 33 // characteristics of the collector. Examples include:
27 // * choice of collection set. 34 // * choice of collection set.
28 // * when to collect. 35 // * when to collect.
29 36
1285 } 1292 }
1286 1293
1287 // Local Variables: *** 1294 // Local Variables: ***
1288 // c-indentation-style: gnu *** 1295 // c-indentation-style: gnu ***
1289 // End: *** 1296 // End: ***
1297
1298 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTORPOLICY_HPP