< prev index next >

src/share/vm/gc/shared/collectorPolicy.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

@@ -20,17 +20,17 @@
  * 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
+#ifndef SHARE_VM_GC_SHARED_COLLECTORPOLICY_HPP
+#define SHARE_VM_GC_SHARED_COLLECTORPOLICY_HPP
 
+#include "gc/shared/barrierSet.hpp"
+#include "gc/shared/genRemSet.hpp"
+#include "gc/shared/generationSpec.hpp"
 #include "memory/allocation.hpp"
-#include "memory/barrierSet.hpp"
-#include "memory/generationSpec.hpp"
-#include "memory/genRemSet.hpp"
 #include "utilities/macros.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

@@ -317,6 +317,6 @@
   MarkSweepPolicy* as_mark_sweep_policy() { return this; }
 
   void initialize_gc_policy_counters();
 };
 
-#endif // SHARE_VM_MEMORY_COLLECTORPOLICY_HPP
+#endif // SHARE_VM_GC_SHARED_COLLECTORPOLICY_HPP
< prev index next >