< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -20,15 +20,15 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_INLINE_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_INLINE_HPP
+#ifndef SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_INLINE_HPP
+#define SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_INLINE_HPP
 
-#include "gc_implementation/g1/g1ParScanThreadState.hpp"
-#include "gc_implementation/g1/g1RemSet.inline.hpp"
+#include "gc/g1/g1ParScanThreadState.hpp"
+#include "gc/g1/g1RemSet.inline.hpp"
 #include "oops/oop.inline.hpp"
 
 template <class T> void G1ParScanThreadState::do_oop_evac(T* p, HeapRegion* from) {
   assert(!oopDesc::is_null(oopDesc::load_decode_heap_oop(p)),
          "Reference should not be NULL here as such are never pushed to the task queue.");

@@ -145,7 +145,7 @@
     // we drain the queues as necessary.
     trim_queue();
   }
 }
 
-#endif /* SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_INLINE_HPP */
+#endif /* SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_INLINE_HPP */
 
< prev index next >