hotspot/src/share/vm/opto/graphKit.cpp
changeset 31041 7d59fa6a48f1
parent 31035 0f0743952c41
parent 30764 fec48bf5a827
child 31369 0c3dcc865a1c
--- a/hotspot/src/share/vm/opto/graphKit.cpp	Thu May 21 20:29:09 2015 +0200
+++ b/hotspot/src/share/vm/opto/graphKit.cpp	Fri May 22 09:50:32 2015 +0200
@@ -24,11 +24,11 @@
 
 #include "precompiled.hpp"
 #include "compiler/compileLog.hpp"
-#include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
-#include "gc_implementation/g1/heapRegion.hpp"
-#include "gc_interface/collectedHeap.hpp"
-#include "memory/barrierSet.hpp"
-#include "memory/cardTableModRefBS.hpp"
+#include "gc/g1/g1SATBCardTableModRefBS.hpp"
+#include "gc/g1/heapRegion.hpp"
+#include "gc/shared/barrierSet.hpp"
+#include "gc/shared/cardTableModRefBS.hpp"
+#include "gc/shared/collectedHeap.hpp"
 #include "opto/addnode.hpp"
 #include "opto/castnode.hpp"
 #include "opto/convertnode.hpp"