< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -20,14 +20,14 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1CARDCOUNTS_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1CARDCOUNTS_HPP
+#ifndef SHARE_VM_GC_G1_G1CARDCOUNTS_HPP
+#define SHARE_VM_GC_G1_G1CARDCOUNTS_HPP
 
-#include "gc_implementation/g1/g1RegionToSpaceMapper.hpp"
+#include "gc/g1/g1RegionToSpaceMapper.hpp"
 #include "memory/allocation.hpp"
 #include "memory/virtualspace.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 class CardTableModRefBS;

@@ -127,6 +127,6 @@
 
   // Clear the entire card counts table during GC.
   void clear_all();
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1CARDCOUNTS_HPP
+#endif // SHARE_VM_GC_G1_G1CARDCOUNTS_HPP
< prev index next >