hotspot/src/cpu/x86/vm/javaFrameAnchor_x86.hpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
equal deleted inserted replaced
6175:86dbf3cacacc 6176:4d9030fe341f
    64   // Never any thing to do since we are always walkable and can find address of return addresses
    64   // Never any thing to do since we are always walkable and can find address of return addresses
    65   void make_walkable(JavaThread* thread) { }
    65   void make_walkable(JavaThread* thread) { }
    66 
    66 
    67   intptr_t* last_Java_sp(void) const             { return _last_Java_sp; }
    67   intptr_t* last_Java_sp(void) const             { return _last_Java_sp; }
    68 
    68 
       
    69   address last_Java_pc(void)                     { return _last_Java_pc; }
       
    70 
    69 private:
    71 private:
    70 
    72 
    71   static ByteSize last_Java_fp_offset()          { return byte_offset_of(JavaFrameAnchor, _last_Java_fp); }
    73   static ByteSize last_Java_fp_offset()          { return byte_offset_of(JavaFrameAnchor, _last_Java_fp); }
    72 
    74 
    73 public:
    75 public: