< prev index next >

src/share/vm/gc/serial/defNewGeneration.hpp

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

@@ -20,18 +20,18 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_MEMORY_DEFNEWGENERATION_HPP
-#define SHARE_VM_MEMORY_DEFNEWGENERATION_HPP
+#ifndef SHARE_VM_GC_SERIAL_DEFNEWGENERATION_HPP
+#define SHARE_VM_GC_SERIAL_DEFNEWGENERATION_HPP
 
-#include "gc_implementation/shared/ageTable.hpp"
-#include "gc_implementation/shared/cSpaceCounters.hpp"
-#include "gc_implementation/shared/generationCounters.hpp"
-#include "gc_implementation/shared/copyFailedInfo.hpp"
-#include "memory/generation.hpp"
+#include "gc/serial/cSpaceCounters.hpp"
+#include "gc/shared/ageTable.hpp"
+#include "gc/shared/copyFailedInfo.hpp"
+#include "gc/shared/generation.hpp"
+#include "gc/shared/generationCounters.hpp"
 #include "utilities/stack.hpp"
 
 class ContiguousSpace;
 class ScanClosure;
 class STWGCTimer;

@@ -360,6 +360,6 @@
                                 bool mangle_space);
   // Scavenge support
   void swap_spaces();
 };
 
-#endif // SHARE_VM_MEMORY_DEFNEWGENERATION_HPP
+#endif // SHARE_VM_GC_SERIAL_DEFNEWGENERATION_HPP
< prev index next >