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

changeset 2314
f95d63e2154a
parent 2062
0ce1569c90e5
child 2315
631f79e71e90
equal deleted inserted replaced
2313:e33f46fc48ed 2314: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

mercurial