diff -r 83b3671d9e30 -r ebf733a324d4 src/hotspot/share/prims/jvmtiRedefineClasses.cpp --- a/src/hotspot/share/prims/jvmtiRedefineClasses.cpp Thu May 09 14:26:52 2019 +0200 +++ b/src/hotspot/share/prims/jvmtiRedefineClasses.cpp Thu May 09 14:28:30 2019 +0200 @@ -28,6 +28,7 @@ #include "classfile/classFileStream.hpp" #include "classfile/javaClasses.inline.hpp" #include "classfile/metadataOnStackMark.hpp" +#include "classfile/symbolTable.hpp" #include "classfile/systemDictionary.hpp" #include "classfile/verifier.hpp" #include "code/codeCache.hpp"