< prev index next >

src/hotspot/share/interpreter/rewriter.hpp

Print this page

        

@@ -24,11 +24,10 @@
 
 #ifndef SHARE_VM_INTERPRETER_REWRITER_HPP
 #define SHARE_VM_INTERPRETER_REWRITER_HPP
 
 #include "memory/allocation.hpp"
-#include "runtime/handles.inline.hpp"
 #include "utilities/growableArray.hpp"
 
 // The Rewriter adds caches to the constant pool and rewrites bytecode indices
 // pointing into the constant pool for better interpreter performance.
 
< prev index next >