--- old/src/hotspot/share/memory/universe.cpp 2019-06-28 15:24:39.000000000 -0700 +++ new/src/hotspot/share/memory/universe.cpp 2019-06-28 15:24:38.000000000 -0700 @@ -75,6 +75,7 @@ #include "runtime/timerTrace.hpp" #include "runtime/vmOperations.hpp" #include "services/memoryService.hpp" +#include "services/threadTable.hpp" #include "utilities/align.hpp" #include "utilities/copy.hpp" #include "utilities/debug.hpp" @@ -724,7 +725,7 @@ } ResolvedMethodTable::create_table(); - + ThreadTable::create_table(); return JNI_OK; }