diff -r 7084eec5c723 -r 6709f13dccd3 src/hotspot/share/memory/metaspace.cpp --- a/src/hotspot/share/memory/metaspace.cpp Fri Apr 06 03:53:28 2018 +0200 +++ b/src/hotspot/share/memory/metaspace.cpp Fri Apr 06 11:37:26 2018 +0200 @@ -28,9 +28,9 @@ #include "logging/log.hpp" #include "logging/logStream.hpp" #include "memory/allocation.hpp" -#include "memory/binaryTreeDictionary.hpp" +#include "memory/binaryTreeDictionary.inline.hpp" #include "memory/filemap.hpp" -#include "memory/freeList.hpp" +#include "memory/freeList.inline.hpp" #include "memory/metachunk.hpp" #include "memory/metaspace.hpp" #include "memory/metaspaceGCThresholdUpdater.hpp" @@ -5342,4 +5342,3 @@ out->medium_chunk_word_size = ClassMediumChunk; } } -