< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -20,20 +20,20 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_HPP
+#ifndef SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_HPP
+#define SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_HPP
 
-#include "gc_implementation/g1/dirtyCardQueue.hpp"
-#include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
-#include "gc_implementation/g1/g1CollectedHeap.hpp"
-#include "gc_implementation/g1/g1CollectorPolicy.hpp"
-#include "gc_implementation/g1/g1OopClosures.hpp"
-#include "gc_implementation/g1/g1RemSet.hpp"
-#include "gc_implementation/shared/ageTable.hpp"
+#include "gc/g1/dirtyCardQueue.hpp"
+#include "gc/g1/g1CollectedHeap.hpp"
+#include "gc/g1/g1CollectorPolicy.hpp"
+#include "gc/g1/g1OopClosures.hpp"
+#include "gc/g1/g1RemSet.hpp"
+#include "gc/g1/g1SATBCardTableModRefBS.hpp"
+#include "gc/shared/ageTable.hpp"
 #include "memory/allocation.hpp"
 #include "oops/oop.hpp"
 
 class HeapRegion;
 class outputStream;

@@ -211,6 +211,6 @@
   void trim_queue();
 
   inline void steal_and_trim_queue(RefToScanQueueSet *task_queues);
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_HPP
+#endif // SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_HPP
< prev index next >