--- old/src/hotspot/share/classfile/bytecodeAssembler.cpp 2018-03-08 14:51:14.497328649 +0100 +++ new/src/hotspot/share/classfile/bytecodeAssembler.cpp 2018-03-08 14:51:14.273320916 +0100 @@ -28,6 +28,7 @@ #include "interpreter/bytecodes.hpp" #include "memory/oopFactory.hpp" #include "oops/constantPool.hpp" +#include "runtime/handles.inline.hpp" #include "utilities/bytes.hpp" u2 BytecodeConstantPool::find_or_add(BytecodeCPEntry const& bcpe) {