< prev index next >

src/share/vm/gc/shared/plab.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_GC_IMPLEMENTATION_SHARED_PLAB_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_SHARED_PLAB_HPP
+#ifndef SHARE_VM_GC_SHARED_PLAB_HPP
+#define SHARE_VM_GC_SHARED_PLAB_HPP
 
-#include "gc_implementation/shared/gcUtil.hpp"
+#include "gc/shared/gcUtil.hpp"
 #include "memory/allocation.hpp"
 #include "runtime/atomic.hpp"
 #include "utilities/globalDefinitions.hpp"
 
 // Forward declarations.

@@ -205,6 +205,6 @@
   void add_undo_wasted(size_t v) {
     Atomic::add_ptr(v, &_undo_wasted);
   }
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_PLAB_HPP
+#endif // SHARE_VM_GC_SHARED_PLAB_HPP
< prev index next >