< prev index next >

src/share/vm/gc/shared/barrierSet.inline.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_MEMORY_BARRIERSET_INLINE_HPP
-#define SHARE_VM_MEMORY_BARRIERSET_INLINE_HPP
+#ifndef SHARE_VM_GC_SHARED_BARRIERSET_INLINE_HPP
+#define SHARE_VM_GC_SHARED_BARRIERSET_INLINE_HPP
 
-#include "memory/barrierSet.hpp"
-#include "memory/cardTableModRefBS.inline.hpp"
+#include "gc/shared/barrierSet.hpp"
+#include "gc/shared/cardTableModRefBS.inline.hpp"
 
 // Inline functions of BarrierSet, which de-virtualize certain
 // performance-critical calls when the barrier is the most common
 // card-table kind.
 

@@ -82,6 +82,6 @@
   } else {
     write_region_work(mr);
   }
 }
 
-#endif // SHARE_VM_MEMORY_BARRIERSET_INLINE_HPP
+#endif // SHARE_VM_GC_SHARED_BARRIERSET_INLINE_HPP
< prev index next >