< prev index next >

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

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

@@ -20,14 +20,14 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_MEMORY_MODREFBARRIERSET_HPP
-#define SHARE_VM_MEMORY_MODREFBARRIERSET_HPP
+#ifndef SHARE_VM_GC_SHARED_MODREFBARRIERSET_HPP
+#define SHARE_VM_GC_SHARED_MODREFBARRIERSET_HPP
 
-#include "memory/barrierSet.hpp"
+#include "gc/shared/barrierSet.hpp"
 
 // This kind of "BarrierSet" allows a "CollectedHeap" to detect and
 // enumerate ref fields that have been modified (since the last
 // enumeration), using a card table.
 

@@ -100,6 +100,6 @@
 template<>
 struct BarrierSet::GetName<ModRefBarrierSet> {
   static const BarrierSet::Name value = BarrierSet::ModRef;
 };
 
-#endif // SHARE_VM_MEMORY_MODREFBARRIERSET_HPP
+#endif // SHARE_VM_GC_SHARED_MODREFBARRIERSET_HPP
< prev index next >