src/share/vm/memory/collectorPolicy.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_MEMORY_COLLECTORPOLICY_HPP + #define SHARE_VM_MEMORY_COLLECTORPOLICY_HPP + + #include "memory/barrierSet.hpp" + #include "memory/genRemSet.hpp" + #include "memory/permGen.hpp" + // This class (or more correctly, subtypes of this class) // are used to define global garbage collector attributes. // This includes initialization of generations and any other // shared resources they may need. //
*** 332,336 **** --- 339,345 ---- MarkSweepPolicy* as_mark_sweep_policy() { return this; } void initialize_gc_policy_counters(); }; + + #endif // SHARE_VM_MEMORY_COLLECTORPOLICY_HPP