< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -20,29 +20,29 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTEDHEAP_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTEDHEAP_HPP
+#ifndef SHARE_VM_GC_G1_G1COLLECTEDHEAP_HPP
+#define SHARE_VM_GC_G1_G1COLLECTEDHEAP_HPP
 
-#include "gc_implementation/g1/g1AllocationContext.hpp"
-#include "gc_implementation/g1/g1Allocator.hpp"
-#include "gc_implementation/g1/concurrentMark.hpp"
-#include "gc_implementation/g1/evacuationInfo.hpp"
-#include "gc_implementation/g1/g1AllocRegion.hpp"
-#include "gc_implementation/g1/g1BiasedArray.hpp"
-#include "gc_implementation/g1/g1HRPrinter.hpp"
-#include "gc_implementation/g1/g1InCSetState.hpp"
-#include "gc_implementation/g1/g1MonitoringSupport.hpp"
-#include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
-#include "gc_implementation/g1/g1YCTypes.hpp"
-#include "gc_implementation/g1/heapRegionManager.hpp"
-#include "gc_implementation/g1/heapRegionSet.hpp"
-#include "gc_implementation/shared/hSpaceCounters.hpp"
-#include "gc_interface/collectedHeap.hpp"
-#include "memory/barrierSet.hpp"
+#include "gc/g1/concurrentMark.hpp"
+#include "gc/g1/evacuationInfo.hpp"
+#include "gc/g1/g1AllocRegion.hpp"
+#include "gc/g1/g1AllocationContext.hpp"
+#include "gc/g1/g1Allocator.hpp"
+#include "gc/g1/g1BiasedArray.hpp"
+#include "gc/g1/g1HRPrinter.hpp"
+#include "gc/g1/g1InCSetState.hpp"
+#include "gc/g1/g1MonitoringSupport.hpp"
+#include "gc/g1/g1SATBCardTableModRefBS.hpp"
+#include "gc/g1/g1YCTypes.hpp"
+#include "gc/g1/heapRegionManager.hpp"
+#include "gc/g1/heapRegionSet.hpp"
+#include "gc/shared/barrierSet.hpp"
+#include "gc/shared/collectedHeap.hpp"
+#include "gc/shared/hSpaceCounters.hpp"
 #include "memory/memRegion.hpp"
 #include "utilities/stack.hpp"
 
 // A "G1CollectedHeap" is an implementation of a java heap for HotSpot.
 // It uses the "Garbage First" heap organization and algorithm, which

@@ -1589,6 +1589,6 @@
 
 protected:
   size_t _max_heap_capacity;
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1COLLECTEDHEAP_HPP
+#endif // SHARE_VM_GC_G1_G1COLLECTEDHEAP_HPP
< prev index next >