< prev index next >

src/share/vm/gc/cms/parNewGeneration.hpp

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

@@ -20,20 +20,20 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP
+#ifndef SHARE_VM_GC_CMS_PARNEWGENERATION_HPP
+#define SHARE_VM_GC_CMS_PARNEWGENERATION_HPP
 
-#include "gc_implementation/parNew/parOopClosures.hpp"
-#include "gc_implementation/shared/gcTrace.hpp"
-#include "gc_implementation/shared/plab.hpp"
-#include "gc_implementation/shared/copyFailedInfo.hpp"
-#include "memory/defNewGeneration.hpp"
+#include "gc/cms/parOopClosures.hpp"
+#include "gc/serial/defNewGeneration.hpp"
+#include "gc/shared/copyFailedInfo.hpp"
+#include "gc/shared/gcTrace.hpp"
+#include "gc/shared/plab.hpp"
+#include "gc/shared/taskqueue.hpp"
 #include "memory/padded.hpp"
-#include "utilities/taskqueue.hpp"
 
 class ChunkArray;
 class ParScanWithoutBarrierClosure;
 class ParScanWithBarrierClosure;
 class ParRootScanWithoutBarrierClosure;

@@ -420,6 +420,6 @@
   }
 
   static oop real_forwardee(oop obj);
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_PARNEW_PARNEWGENERATION_HPP
+#endif // SHARE_VM_GC_CMS_PARNEWGENERATION_HPP
< prev index next >