hotspot/src/share/vm/memory/binaryTreeDictionary.cpp
changeset 27684 e0391b2bf625
parent 24424 2658d7834c6e
child 30764 fec48bf5a827
--- a/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp	Tue Nov 11 17:05:33 2014 +0100
+++ b/hotspot/src/share/vm/memory/binaryTreeDictionary.cpp	Wed Nov 12 12:41:59 2014 +0100
@@ -23,8 +23,8 @@
  */
 
 #include "precompiled.hpp"
-#include "utilities/macros.hpp"
 #include "gc_implementation/shared/allocationStats.hpp"
+#include "gc_implementation/shared/spaceDecorator.hpp"
 #include "memory/binaryTreeDictionary.hpp"
 #include "memory/freeList.hpp"
 #include "memory/freeBlockDictionary.hpp"
@@ -32,7 +32,6 @@
 #include "runtime/globals.hpp"
 #include "utilities/ostream.hpp"
 #include "utilities/macros.hpp"
-#include "gc_implementation/shared/spaceDecorator.hpp"
 #if INCLUDE_ALL_GCS
 #include "gc_implementation/concurrentMarkSweep/adaptiveFreeList.hpp"
 #include "gc_implementation/concurrentMarkSweep/freeChunk.hpp"