< prev index next >

src/share/vm/interpreter/bytecode.hpp

Print this page

        

*** 26,35 **** --- 26,36 ---- #define SHARE_VM_INTERPRETER_BYTECODE_HPP #include "interpreter/bytecodes.hpp" #include "memory/allocation.hpp" #include "oops/method.hpp" + #include "utilities/align.hpp" #include "utilities/bytes.hpp" class ciBytecodeStream; // The base class for different kinds of bytecode abstractions.
< prev index next >