diff -r 596ed88949ad -r 39cd4e2ccf1c hotspot/src/share/vm/memory/freeList.cpp --- 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"