hotspot/src/cpu/zero/vm/interpreterFrame_zero.hpp
changeset 46619 a3919f5e8d2b
parent 13728 882756847a04
child 46625 edefffab74e2
equal deleted inserted replaced
46618:d503911aa948 46619:a3919f5e8d2b
    55   }
    55   }
    56 
    56 
    57  protected:
    57  protected:
    58   enum Layout {
    58   enum Layout {
    59     istate_off = jf_header_words +
    59     istate_off = jf_header_words +
    60       (align_size_up_(sizeof(BytecodeInterpreter),
    60       (align_up_(sizeof(BytecodeInterpreter),
    61                       wordSize) >> LogBytesPerWord) - 1,
    61                  wordSize) >> LogBytesPerWord) - 1,
    62     header_words
    62     header_words
    63   };
    63   };
    64 
    64 
    65  public:
    65  public:
    66   static InterpreterFrame *build(Method* const method, TRAPS);
    66   static InterpreterFrame *build(Method* const method, TRAPS);