--- old/src/hotspot/share/memory/metaspaceShared.cpp 2018-11-16 19:19:38.296313884 -0800 +++ new/src/hotspot/share/memory/metaspaceShared.cpp 2018-11-16 19:19:38.032303836 -0800 @@ -64,7 +64,7 @@ #include "utilities/align.hpp" #include "utilities/bitMap.hpp" #include "utilities/defaultStream.hpp" -#include "utilities/hashtable.hpp" +#include "utilities/hashtable.inline.hpp" #if INCLUDE_G1GC #include "gc/g1/g1CollectedHeap.hpp" #endif @@ -1071,8 +1071,7 @@ static DumpAllocStats* _alloc_stats; static SortedSymbolClosure* _ssc; - typedef KVHashtable< - address, address> RelocationTable; + typedef KVHashtable RelocationTable; static RelocationTable* _new_loc_table; public: