< prev index next >

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

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

@@ -20,16 +20,16 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1REMSET_INLINE_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1REMSET_INLINE_HPP
+#ifndef SHARE_VM_GC_G1_G1REMSET_INLINE_HPP
+#define SHARE_VM_GC_G1_G1REMSET_INLINE_HPP
 
-#include "gc_implementation/g1/g1RemSet.hpp"
-#include "gc_implementation/g1/heapRegion.hpp"
-#include "gc_implementation/g1/heapRegionRemSet.hpp"
+#include "gc/g1/g1RemSet.hpp"
+#include "gc/g1/heapRegion.hpp"
+#include "gc/g1/heapRegionRemSet.hpp"
 #include "oops/oop.inline.hpp"
 
 inline uint G1RemSet::n_workers() {
   return _g1->workers()->total_workers();
 }

@@ -73,6 +73,6 @@
 inline void UpdateRSOopClosure::do_oop_work(T* p) {
   assert(_from != NULL, "from region must be non-NULL");
   _rs->par_write_ref(_from, p, _worker_i);
 }
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1REMSET_INLINE_HPP
+#endif // SHARE_VM_GC_G1_G1REMSET_INLINE_HPP
< prev index next >