--- old/src/hotspot/share/classfile/bytecodeAssembler.cpp 2018-03-08 14:51:43.930344734 +0100 +++ new/src/hotspot/share/classfile/bytecodeAssembler.cpp 2018-03-08 14:51:43.718337415 +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) {