< prev index next >

src/share/vm/gc/shared/space.inline.hpp

Print this page
rev 8362 : [mq]: hotspot

@@ -20,19 +20,19 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_MEMORY_SPACE_INLINE_HPP
-#define SHARE_VM_MEMORY_SPACE_INLINE_HPP
+#ifndef SHARE_VM_GC_SHARED_SPACE_INLINE_HPP
+#define SHARE_VM_GC_SHARED_SPACE_INLINE_HPP
 
-#include "gc_implementation/shared/liveRange.hpp"
-#include "gc_implementation/shared/markSweep.inline.hpp"
-#include "gc_implementation/shared/spaceDecorator.hpp"
-#include "gc_interface/collectedHeap.hpp"
-#include "memory/generation.hpp"
-#include "memory/space.hpp"
+#include "gc/serial/markSweep.inline.hpp"
+#include "gc/shared/collectedHeap.hpp"
+#include "gc/shared/generation.hpp"
+#include "gc/shared/liveRange.hpp"
+#include "gc/shared/space.hpp"
+#include "gc/shared/spaceDecorator.hpp"
 #include "memory/universe.hpp"
 #include "runtime/prefetch.inline.hpp"
 #include "runtime/safepoint.hpp"
 
 inline HeapWord* Space::block_start(const void* p) {

@@ -329,6 +329,6 @@
     if (!was_empty) space->clear(SpaceDecorator::Mangle);
   } else {
     if (ZapUnusedHeapArea) space->mangle_unused_area();
   }
 }
-#endif // SHARE_VM_MEMORY_SPACE_INLINE_HPP
+#endif // SHARE_VM_GC_SHARED_SPACE_INLINE_HPP
< prev index next >