< prev index next >

src/share/vm/gc/shared/genCollectedHeap.hpp

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

@@ -20,17 +20,17 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_MEMORY_GENCOLLECTEDHEAP_HPP
-#define SHARE_VM_MEMORY_GENCOLLECTEDHEAP_HPP
+#ifndef SHARE_VM_GC_SHARED_GENCOLLECTEDHEAP_HPP
+#define SHARE_VM_GC_SHARED_GENCOLLECTEDHEAP_HPP
 
-#include "gc_implementation/shared/adaptiveSizePolicy.hpp"
-#include "gc_interface/collectedHeap.hpp"
-#include "memory/collectorPolicy.hpp"
-#include "memory/generation.hpp"
+#include "gc/shared/adaptiveSizePolicy.hpp"
+#include "gc/shared/collectedHeap.hpp"
+#include "gc/shared/collectorPolicy.hpp"
+#include "gc/shared/generation.hpp"
 
 class SubTasksDone;
 class FlexibleWorkGang;
 
 // A "GenCollectedHeap" is a CollectedHeap that uses generational

@@ -513,6 +513,6 @@
 protected:
   void gc_prologue(bool full);
   void gc_epilogue(bool full);
 };
 
-#endif // SHARE_VM_MEMORY_GENCOLLECTEDHEAP_HPP
+#endif // SHARE_VM_GC_SHARED_GENCOLLECTEDHEAP_HPP
< prev index next >