< prev index next >

src/share/vm/gc/cms/compactibleFreeListSpace.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_CONCURRENTMARKSWEEP_COMPACTIBLEFREELISTSPACE_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_COMPACTIBLEFREELISTSPACE_HPP
+#ifndef SHARE_VM_GC_CMS_COMPACTIBLEFREELISTSPACE_HPP
+#define SHARE_VM_GC_CMS_COMPACTIBLEFREELISTSPACE_HPP
 
-#include "gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp"
-#include "gc_implementation/concurrentMarkSweep/promotionInfo.hpp"
+#include "gc/cms/adaptiveFreeList.hpp"
+#include "gc/cms/promotionInfo.hpp"
+#include "gc/shared/blockOffsetTable.hpp"
+#include "gc/shared/space.hpp"
 #include "memory/binaryTreeDictionary.hpp"
-#include "memory/blockOffsetTable.hpp"
 #include "memory/freeList.hpp"
-#include "memory/space.hpp"
 
 // Classes in support of keeping track of promotions into a non-Contiguous
 // space, in this case a CompactibleFreeListSpace.
 
 // Forward declarations

@@ -718,6 +718,6 @@
   const size_t sz = heap_word_size(sizeof(SpoolBlock) + sizeof(markOop)
                                    * CMSSpoolBlockSize);
   return CompactibleFreeListSpace::adjustObjectSize(sz);
 }
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_CONCURRENTMARKSWEEP_COMPACTIBLEFREELISTSPACE_HPP
+#endif // SHARE_VM_GC_CMS_COMPACTIBLEFREELISTSPACE_HPP
< prev index next >