hotspot/src/share/vm/memory/freeBlockDictionary.cpp
changeset 27684 e0391b2bf625
parent 27251 7d667f91ec8d
child 30764 fec48bf5a827
--- 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 <class Chunk> Mutex* FreeBlockDictionary<Chunk>::par_lock() const {