hotspot/src/share/vm/memory/freeList.cpp
changeset 30154 39cd4e2ccf1c
parent 27684 e0391b2bf625
child 30764 fec48bf5a827
--- a/hotspot/src/share/vm/memory/freeList.cpp	Thu Apr 02 16:07:27 2015 +0200
+++ b/hotspot/src/share/vm/memory/freeList.cpp	Thu Apr 02 16:08:41 2015 +0200
@@ -23,10 +23,10 @@
  */
 
 #include "precompiled.hpp"
+#include "gc_interface/collectedHeap.hpp"
 #include "memory/freeBlockDictionary.hpp"
 #include "memory/freeList.hpp"
 #include "memory/metachunk.hpp"
-#include "memory/sharedHeap.hpp"
 #include "runtime/globals.hpp"
 #include "runtime/mutex.hpp"
 #include "runtime/vmThread.hpp"