--- old/src/hotspot/share/classfile/stringTable.cpp 2018-03-22 17:03:59.580830601 +0100 +++ new/src/hotspot/share/classfile/stringTable.cpp 2018-03-22 17:03:59.388830608 +0100 @@ -29,7 +29,6 @@ #include "classfile/stringTable.hpp" #include "classfile/systemDictionary.hpp" #include "gc/shared/collectedHeap.inline.hpp" -#include "gc/shared/gcLocker.inline.hpp" #include "logging/log.hpp" #include "memory/allocation.inline.hpp" #include "memory/filemap.hpp" @@ -41,6 +40,7 @@ #include "runtime/atomic.hpp" #include "runtime/handles.inline.hpp" #include "runtime/mutexLocker.hpp" +#include "runtime/safepointVerifiers.hpp" #include "services/diagnosticCommand.hpp" #include "utilities/hashtable.inline.hpp" #include "utilities/macros.hpp"