< prev index next >

src/share/vm/gc/g1/g1SATBCardTableModRefBS.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_G1SATBCARDTABLEMODREFBS_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1SATBCARDTABLEMODREFBS_HPP
+#ifndef SHARE_VM_GC_G1_G1SATBCARDTABLEMODREFBS_HPP
+#define SHARE_VM_GC_G1_G1SATBCARDTABLEMODREFBS_HPP
 
-#include "gc_implementation/g1/g1RegionToSpaceMapper.hpp"
-#include "memory/cardTableModRefBS.hpp"
+#include "gc/g1/g1RegionToSpaceMapper.hpp"
+#include "gc/shared/cardTableModRefBS.hpp"
 #include "memory/memRegion.hpp"
 #include "oops/oop.hpp"
 #include "utilities/macros.hpp"
 
 class DirtyCardQueueSet;

@@ -181,6 +181,6 @@
 template<>
 struct BarrierSet::GetName<G1SATBCardTableLoggingModRefBS> {
   static const BarrierSet::Name value = BarrierSet::G1SATBCTLogging;
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1SATBCARDTABLEMODREFBS_HPP
+#endif // SHARE_VM_GC_G1_G1SATBCARDTABLEMODREFBS_HPP
< prev index next >