src/share/vm/interpreter/bytecode.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_bytecode.cpp.incl" // Implementation of Bytecode bool Bytecode::check_must_rewrite(Bytecodes::Code code) const { assert(Bytecodes::can_rewrite(code), "post-check only"); --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "interpreter/bytecode.hpp" ! #include "interpreter/linkResolver.hpp" ! #include "oops/constantPoolOop.hpp" ! #include "oops/oop.inline.hpp" ! #include "runtime/fieldType.hpp" ! #include "runtime/handles.inline.hpp" ! #include "runtime/safepoint.hpp" ! #include "runtime/signature.hpp" // Implementation of Bytecode bool Bytecode::check_must_rewrite(Bytecodes::Code code) const { assert(Bytecodes::can_rewrite(code), "post-check only");