< prev index next >

src/share/vm/gc/g1/g1MarkSweep.cpp

Print this page
rev 8362 : [mq]: hotspot

@@ -27,24 +27,24 @@
 #include "classfile/symbolTable.hpp"
 #include "classfile/systemDictionary.hpp"
 #include "classfile/vmSymbols.hpp"
 #include "code/codeCache.hpp"
 #include "code/icBuffer.hpp"
-#include "gc_implementation/g1/g1Log.hpp"
-#include "gc_implementation/g1/g1MarkSweep.hpp"
-#include "gc_implementation/g1/g1RootProcessor.hpp"
-#include "gc_implementation/g1/g1StringDedup.hpp"
-#include "gc_implementation/shared/markSweep.inline.hpp"
-#include "gc_implementation/shared/gcHeapSummary.hpp"
-#include "gc_implementation/shared/gcTimer.hpp"
-#include "gc_implementation/shared/gcTrace.hpp"
-#include "gc_implementation/shared/gcTraceTime.hpp"
-#include "memory/gcLocker.hpp"
-#include "memory/genCollectedHeap.hpp"
-#include "memory/modRefBarrierSet.hpp"
-#include "memory/referencePolicy.hpp"
-#include "memory/space.hpp"
+#include "gc/g1/g1Log.hpp"
+#include "gc/g1/g1MarkSweep.hpp"
+#include "gc/g1/g1RootProcessor.hpp"
+#include "gc/g1/g1StringDedup.hpp"
+#include "gc/serial/markSweep.inline.hpp"
+#include "gc/shared/gcHeapSummary.hpp"
+#include "gc/shared/gcLocker.hpp"
+#include "gc/shared/gcTimer.hpp"
+#include "gc/shared/gcTrace.hpp"
+#include "gc/shared/gcTraceTime.hpp"
+#include "gc/shared/genCollectedHeap.hpp"
+#include "gc/shared/modRefBarrierSet.hpp"
+#include "gc/shared/referencePolicy.hpp"
+#include "gc/shared/space.hpp"
 #include "oops/instanceRefKlass.hpp"
 #include "oops/oop.inline.hpp"
 #include "prims/jvmtiExport.hpp"
 #include "runtime/atomic.inline.hpp"
 #include "runtime/biasedLocking.hpp"
< prev index next >