hotspot/src/share/vm/runtime/frame.inline.hpp
changeset 46623 261b9d05b79d
parent 46600 fdde0f192cde
equal deleted inserted replaced
46620:750c6edff33b 46623:261b9d05b79d
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_RUNTIME_FRAME_INLINE_HPP
    25 #ifndef SHARE_VM_RUNTIME_FRAME_INLINE_HPP
    26 #define SHARE_VM_RUNTIME_FRAME_INLINE_HPP
    26 #define SHARE_VM_RUNTIME_FRAME_INLINE_HPP
    27 
    27 
       
    28 #include "code/compiledMethod.inline.hpp"
    28 #include "interpreter/bytecodeInterpreter.hpp"
    29 #include "interpreter/bytecodeInterpreter.hpp"
    29 #include "interpreter/bytecodeInterpreter.inline.hpp"
    30 #include "interpreter/bytecodeInterpreter.inline.hpp"
    30 #include "interpreter/interpreter.hpp"
    31 #include "interpreter/interpreter.hpp"
    31 #include "oops/method.hpp"
    32 #include "oops/method.hpp"
    32 #include "runtime/frame.hpp"
    33 #include "runtime/frame.hpp"