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

changeset 2314
f95d63e2154a
parent 2062
0ce1569c90e5
child 2315
631f79e71e90
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,13 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTORPOLICY_HPP
     1.8 +#define SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTORPOLICY_HPP
     1.9 +
    1.10 +#include "gc_implementation/g1/collectionSetChooser.hpp"
    1.11 +#include "gc_implementation/g1/g1MMUTracker.hpp"
    1.12 +#include "memory/collectorPolicy.hpp"
    1.13 +
    1.14  // A G1CollectorPolicy makes policy decisions that determine the
    1.15  // characteristics of the collector.  Examples include:
    1.16  //   * choice of collection set.
    1.17 @@ -1287,3 +1294,5 @@
    1.18  // Local Variables: ***
    1.19  // c-indentation-style: gnu ***
    1.20  // End: ***
    1.21 +
    1.22 +#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTORPOLICY_HPP

mercurial