--- old/src/hotspot/share/memory/metaspace/blockFreelist.cpp 2018-05-19 06:36:42.067513831 +0200 +++ new/src/hotspot/share/memory/metaspace/blockFreelist.cpp 2018-05-19 06:36:41.971513213 +0200 @@ -31,7 +31,6 @@ namespace metaspace { -namespace internals { BlockFreelist::BlockFreelist() : _dictionary(new BlockTreeDictionary()), _small_blocks(NULL) {} @@ -107,4 +106,4 @@ } } // namespace metaspace -} // namespace internals +