hotspot/src/share/vm/memory/collectorPolicy.hpp
changeset 7397 5b173b4ca846
parent 5547 f4b087cbb361
child 9997 b75b7939f448
--- a/hotspot/src/share/vm/memory/collectorPolicy.hpp	Tue Nov 23 15:01:43 2010 -0500
+++ b/hotspot/src/share/vm/memory/collectorPolicy.hpp	Tue Nov 23 13:22:55 2010 -0800
@@ -22,6 +22,13 @@
  *
  */
 
+#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
@@ -334,3 +341,5 @@
 
   void initialize_gc_policy_counters();
 };
+
+#endif // SHARE_VM_MEMORY_COLLECTORPOLICY_HPP