< prev index next >

src/share/vm/gc/g1/heapRegionManager.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_HEAPREGIONMANAGER_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGIONMANAGER_HPP
+#ifndef SHARE_VM_GC_G1_HEAPREGIONMANAGER_HPP
+#define SHARE_VM_GC_G1_HEAPREGIONMANAGER_HPP
 
-#include "gc_implementation/g1/g1BiasedArray.hpp"
-#include "gc_implementation/g1/g1RegionToSpaceMapper.hpp"
-#include "gc_implementation/g1/heapRegionSet.hpp"
+#include "gc/g1/g1BiasedArray.hpp"
+#include "gc/g1/g1RegionToSpaceMapper.hpp"
+#include "gc/g1/heapRegionSet.hpp"
 #include "services/memoryUsage.hpp"
 
 class HeapRegion;
 class HeapRegionClosure;
 class HeapRegionClaimer;

@@ -263,7 +263,7 @@
   bool is_region_claimed(uint region_index) const;
 
   // Claim the given region, returns true if successfully claimed.
   bool claim_region(uint region_index);
 };
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_HEAPREGIONMANAGER_HPP
+#endif // SHARE_VM_GC_G1_HEAPREGIONMANAGER_HPP
 
< prev index next >