< prev index next >

src/share/vm/gc/g1/g1EvacFailure.hpp

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

@@ -20,17 +20,17 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1EVACFAILURE_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1EVACFAILURE_HPP
+#ifndef SHARE_VM_GC_G1_G1EVACFAILURE_HPP
+#define SHARE_VM_GC_G1_G1EVACFAILURE_HPP
 
-#include "gc_implementation/g1/g1OopClosures.hpp"
-#include "gc_implementation/g1/heapRegionManager.hpp"
+#include "gc/g1/g1OopClosures.hpp"
+#include "gc/g1/heapRegionManager.hpp"
+#include "gc/shared/workgroup.hpp"
 #include "utilities/globalDefinitions.hpp"
-#include "utilities/workgroup.hpp"
 
 class G1CollectedHeap;
 
 // Task to fixup self-forwarding pointers
 // installed as a result of an evacuation failure.

@@ -43,6 +43,6 @@
   G1ParRemoveSelfForwardPtrsTask(G1CollectedHeap* g1h);
 
   void work(uint worker_id);
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1EVACFAILURE_HPP
+#endif // SHARE_VM_GC_G1_G1EVACFAILURE_HPP
< prev index next >