hotspot/src/cpu/zero/vm/sharkFrame_zero.hpp
changeset 15205 17da82a12ff4
parent 13728 882756847a04
child 22234 da823d78ad65
equal deleted inserted replaced
15204:a8960bf92b09 15205:17da82a12ff4
    66  public:
    66  public:
    67   address pc() const {
    67   address pc() const {
    68     return (address) value_of_word(pc_off);
    68     return (address) value_of_word(pc_off);
    69   }
    69   }
    70 
    70 
       
    71   void set_pc(address pc) const {
       
    72     *((address*) addr_of_word(pc_off)) = pc;
       
    73   }
       
    74 
    71   intptr_t* unextended_sp() const {
    75   intptr_t* unextended_sp() const {
    72     return (intptr_t *) value_of_word(unextended_sp_off);
    76     return (intptr_t *) value_of_word(unextended_sp_off);
    73   }
    77   }
    74 
    78 
    75   Method* method() const {
    79   Method* method() const {