< prev index next >

src/hotspot/share/runtime/stackChunkFrameStream.hpp

Print this page
*** 67,11 ***
  
    // Query
    intptr_t*        sp() const  { return _sp; }
    inline address   pc() const  { return get_pc(); }
    inline intptr_t* fp() const;
!   inline intptr_t* unextended_sp() const { return frame_kind == ChunkFrames::Mixed ? _unextended_sp : _sp; }
    inline address orig_pc() const;
  
    inline bool is_interpreted() const;
    inline bool is_stub() const;
    inline bool is_compiled() const;
--- 67,11 ---
  
    // Query
    intptr_t*        sp() const  { return _sp; }
    inline address   pc() const  { return get_pc(); }
    inline intptr_t* fp() const;
!   inline intptr_t* unextended_sp() const { return _unextended_sp; }
    inline address orig_pc() const;
  
    inline bool is_interpreted() const;
    inline bool is_stub() const;
    inline bool is_compiled() const;
< prev index next >