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

Print this page

        

*** 20,29 **** --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTORPOLICY_HPP + #define SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTORPOLICY_HPP + + #include "gc_implementation/g1/collectionSetChooser.hpp" + #include "gc_implementation/g1/g1MMUTracker.hpp" + #include "memory/collectorPolicy.hpp" + // A G1CollectorPolicy makes policy decisions that determine the // characteristics of the collector. Examples include: // * choice of collection set. // * when to collect.
*** 1285,1289 **** --- 1292,1298 ---- } // Local Variables: *** // c-indentation-style: gnu *** // End: *** + + #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTORPOLICY_HPP