hotspot/src/share/vm/interpreter/bytecode.cpp
changeset 7397 5b173b4ca846
parent 5882 6b2aecc4f7d8
child 7913 dd096a83bdbb
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "incls/_precompiled.incl"
    25 #include "precompiled.hpp"
    26 #include "incls/_bytecode.cpp.incl"
    26 #include "interpreter/bytecode.hpp"
       
    27 #include "interpreter/linkResolver.hpp"
       
    28 #include "oops/constantPoolOop.hpp"
       
    29 #include "oops/oop.inline.hpp"
       
    30 #include "runtime/fieldType.hpp"
       
    31 #include "runtime/handles.inline.hpp"
       
    32 #include "runtime/safepoint.hpp"
       
    33 #include "runtime/signature.hpp"
    27 
    34 
    28 // Implementation of Bytecode
    35 // Implementation of Bytecode
    29 
    36 
    30 bool Bytecode::check_must_rewrite(Bytecodes::Code code) const {
    37 bool Bytecode::check_must_rewrite(Bytecodes::Code code) const {
    31   assert(Bytecodes::can_rewrite(code), "post-check only");
    38   assert(Bytecodes::can_rewrite(code), "post-check only");