src/hotspot/share/classfile/bytecodeAssembler.cpp
changeset 49361 1956d0ec092a
parent 47216 71c04702a3d5
child 49380 74518f9ca4b4
--- a/src/hotspot/share/classfile/bytecodeAssembler.cpp	Thu Mar 08 09:56:29 2018 +0100
+++ b/src/hotspot/share/classfile/bytecodeAssembler.cpp	Thu Mar 08 19:10:25 2018 +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) {