hotspot/src/cpu/sparc/vm/javaFrameAnchor_sparc.hpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
equal deleted inserted replaced
6175:86dbf3cacacc 6176:4d9030fe341f
    74 
    74 
    75   void make_walkable(JavaThread* thread);
    75   void make_walkable(JavaThread* thread);
    76 
    76 
    77   void set_last_Java_sp(intptr_t* sp)            { _last_Java_sp = sp; }
    77   void set_last_Java_sp(intptr_t* sp)            { _last_Java_sp = sp; }
    78 
    78 
       
    79   address last_Java_pc(void)                     { return _last_Java_pc; }
       
    80 
    79   // These are only used by friends
    81   // These are only used by friends
    80 private:
    82 private:
    81 
    83 
    82   intptr_t* last_Java_sp() const {
    84   intptr_t* last_Java_sp() const {
    83     // _last_Java_sp will always be a an unbiased stack pointer
    85     // _last_Java_sp will always be a an unbiased stack pointer