< prev index next >

src/hotspot/share/classfile/bytecodeAssembler.cpp

Print this page

        

@@ -26,10 +26,11 @@
 
 #include "classfile/bytecodeAssembler.hpp"
 #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) {
   u2 index;
   u2* probe = _indices.get(bcpe);
< prev index next >