< prev index next >

src/share/vm/gc/parallel/psParallelCompact.hpp

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

@@ -20,19 +20,19 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPARALLELCOMPACT_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPARALLELCOMPACT_HPP
+#ifndef SHARE_VM_GC_PARALLEL_PSPARALLELCOMPACT_HPP
+#define SHARE_VM_GC_PARALLEL_PSPARALLELCOMPACT_HPP
 
-#include "gc_implementation/parallelScavenge/objectStartArray.hpp"
-#include "gc_implementation/parallelScavenge/parallelScavengeHeap.hpp"
-#include "gc_implementation/parallelScavenge/parMarkBitMap.hpp"
-#include "gc_implementation/shared/collectorCounters.hpp"
-#include "gc_implementation/shared/mutableSpace.hpp"
-#include "gc_interface/collectedHeap.hpp"
+#include "gc/parallel/mutableSpace.hpp"
+#include "gc/parallel/objectStartArray.hpp"
+#include "gc/parallel/parMarkBitMap.hpp"
+#include "gc/parallel/parallelScavengeHeap.hpp"
+#include "gc/shared/collectedHeap.hpp"
+#include "gc/shared/collectorCounters.hpp"
 #include "oops/oop.hpp"
 
 class ParallelScavengeHeap;
 class PSAdaptiveSizePolicy;
 class PSYoungGen;

@@ -1433,6 +1433,6 @@
 
 private:
   ObjectStartArray* const _start_array;
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSPARALLELCOMPACT_HPP
+#endif // SHARE_VM_GC_PARALLEL_PSPARALLELCOMPACT_HPP
< prev index next >