< prev index next >

src/share/vm/gc/g1/g1HotCardCache.hpp

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

@@ -20,15 +20,15 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1HOTCARDCACHE_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1HOTCARDCACHE_HPP
+#ifndef SHARE_VM_GC_G1_G1HOTCARDCACHE_HPP
+#define SHARE_VM_GC_G1_G1HOTCARDCACHE_HPP
 
-#include "gc_implementation/g1/g1_globals.hpp"
-#include "gc_implementation/g1/g1CardCounts.hpp"
+#include "gc/g1/g1CardCounts.hpp"
+#include "gc/g1/g1_globals.hpp"
 #include "memory/allocation.hpp"
 #include "runtime/safepoint.hpp"
 #include "runtime/thread.hpp"
 #include "utilities/globalDefinitions.hpp"
 

@@ -143,6 +143,6 @@
       _hot_cache[i] = NULL;
     }
   }
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1HOTCARDCACHE_HPP
+#endif // SHARE_VM_GC_G1_G1HOTCARDCACHE_HPP
< prev index next >