< prev index next >

src/share/vm/gc/parallel/psOldGen.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_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSOLDGEN_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSOLDGEN_HPP
+#ifndef SHARE_VM_GC_PARALLEL_PSOLDGEN_HPP
+#define SHARE_VM_GC_PARALLEL_PSOLDGEN_HPP
 
-#include "gc_implementation/parallelScavenge/objectStartArray.hpp"
-#include "gc_implementation/parallelScavenge/psGenerationCounters.hpp"
-#include "gc_implementation/parallelScavenge/psVirtualspace.hpp"
-#include "gc_implementation/shared/mutableSpace.hpp"
-#include "gc_implementation/shared/spaceCounters.hpp"
+#include "gc/parallel/mutableSpace.hpp"
+#include "gc/parallel/objectStartArray.hpp"
+#include "gc/parallel/psGenerationCounters.hpp"
+#include "gc/parallel/psVirtualspace.hpp"
+#include "gc/parallel/spaceCounters.hpp"
 #include "runtime/safepoint.hpp"
 
 class PSMarkSweepDecorator;
 
 class PSOldGen : public CHeapObj<mtGC> {

@@ -215,6 +215,6 @@
   // Debugging support
   // Save the tops of all spaces for later use during mangling.
   void record_spaces_top() PRODUCT_RETURN;
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_PARALLELSCAVENGE_PSOLDGEN_HPP
+#endif // SHARE_VM_GC_PARALLEL_PSOLDGEN_HPP
< prev index next >