< prev index next >

src/share/vm/gc/g1/g1OopClosures.inline.hpp

Print this page
rev 8362 : [mq]: hotspot

@@ -20,20 +20,20 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1OOPCLOSURES_INLINE_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1OOPCLOSURES_INLINE_HPP
+#ifndef SHARE_VM_GC_G1_G1OOPCLOSURES_INLINE_HPP
+#define SHARE_VM_GC_G1_G1OOPCLOSURES_INLINE_HPP
 
-#include "gc_implementation/g1/concurrentMark.inline.hpp"
-#include "gc_implementation/g1/g1CollectedHeap.hpp"
-#include "gc_implementation/g1/g1OopClosures.hpp"
-#include "gc_implementation/g1/g1ParScanThreadState.inline.hpp"
-#include "gc_implementation/g1/g1RemSet.hpp"
-#include "gc_implementation/g1/g1RemSet.inline.hpp"
-#include "gc_implementation/g1/heapRegionRemSet.hpp"
+#include "gc/g1/concurrentMark.inline.hpp"
+#include "gc/g1/g1CollectedHeap.hpp"
+#include "gc/g1/g1OopClosures.hpp"
+#include "gc/g1/g1ParScanThreadState.inline.hpp"
+#include "gc/g1/g1RemSet.hpp"
+#include "gc/g1/g1RemSet.inline.hpp"
+#include "gc/g1/heapRegionRemSet.hpp"
 #include "memory/iterator.inline.hpp"
 #include "runtime/prefetch.inline.hpp"
 
 /*
  * This really ought to be an inline function, but apparently the C++

@@ -222,6 +222,6 @@
     assert(to->rem_set() != NULL, "Need per-region 'into' remsets.");
     to->rem_set()->add_reference(p, _worker_i);
   }
 }
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1OOPCLOSURES_INLINE_HPP
+#endif // SHARE_VM_GC_G1_G1OOPCLOSURES_INLINE_HPP
< prev index next >