--- old/src/share/vm/runtime/thread.hpp 2015-05-12 11:52:57.675053343 +0200 +++ new/src/share/vm/runtime/thread.hpp 2015-05-12 11:52:57.523046989 +0200 @@ -25,8 +25,8 @@ #ifndef SHARE_VM_RUNTIME_THREAD_HPP #define SHARE_VM_RUNTIME_THREAD_HPP +#include "gc/shared/threadLocalAllocBuffer.hpp" #include "memory/allocation.hpp" -#include "memory/threadLocalAllocBuffer.hpp" #include "oops/oop.hpp" #include "prims/jni.h" #include "prims/jvmtiExport.hpp" @@ -48,8 +48,8 @@ #include "utilities/macros.hpp" #include "utilities/top.hpp" #if INCLUDE_ALL_GCS -#include "gc_implementation/g1/dirtyCardQueue.hpp" -#include "gc_implementation/g1/satbQueue.hpp" +#include "gc/g1/dirtyCardQueue.hpp" +#include "gc/g1/satbQueue.hpp" #endif // INCLUDE_ALL_GCS #ifdef TARGET_ARCH_zero # include "stack_zero.hpp"