hotspot/src/share/vm/opto/runtime.cpp
changeset 30764 fec48bf5a827
parent 30244 d4e471395ff5
child 31129 02ee7609f0e1
--- a/hotspot/src/share/vm/opto/runtime.cpp	Mon May 11 16:30:26 2015 +0200
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Wed May 13 15:16:06 2015 +0200
@@ -35,14 +35,14 @@
 #include "compiler/compileBroker.hpp"
 #include "compiler/compilerOracle.hpp"
 #include "compiler/oopMap.hpp"
-#include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
-#include "gc_implementation/g1/heapRegion.hpp"
-#include "gc_interface/collectedHeap.hpp"
+#include "gc/g1/g1SATBCardTableModRefBS.hpp"
+#include "gc/g1/heapRegion.hpp"
+#include "gc/shared/barrierSet.hpp"
+#include "gc/shared/collectedHeap.hpp"
+#include "gc/shared/gcLocker.inline.hpp"
 #include "interpreter/bytecode.hpp"
 #include "interpreter/interpreter.hpp"
 #include "interpreter/linkResolver.hpp"
-#include "memory/barrierSet.hpp"
-#include "memory/gcLocker.inline.hpp"
 #include "memory/oopFactory.hpp"
 #include "oops/objArrayKlass.hpp"
 #include "oops/oop.inline.hpp"