diff -r 1d5707553fff -r e0391b2bf625 hotspot/src/share/vm/memory/freeBlockDictionary.cpp --- a/hotspot/src/share/vm/memory/freeBlockDictionary.cpp Tue Nov 11 17:05:33 2014 +0100 +++ b/hotspot/src/share/vm/memory/freeBlockDictionary.cpp Wed Nov 12 12:41:59 2014 +0100 @@ -23,14 +23,13 @@ */ #include "precompiled.hpp" +#include "memory/freeBlockDictionary.hpp" +#include "memory/metachunk.hpp" +#include "runtime/thread.inline.hpp" #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp" #endif // INCLUDE_ALL_GCS -#include "memory/freeBlockDictionary.hpp" -#include "memory/metachunk.hpp" -#include "runtime/thread.inline.hpp" -#include "utilities/macros.hpp" #ifndef PRODUCT template Mutex* FreeBlockDictionary::par_lock() const {