src/hotspot/cpu/x86/frame_x86.hpp
changeset 47625 60dae13727b8
parent 47216 71c04702a3d5
child 49480 d7df2dd501ce
equal deleted inserted replaced
47624:b055cb5170f5 47625:60dae13727b8
   115   // of the return address we need the real "raw" sp. Since sparc already
   115   // of the return address we need the real "raw" sp. Since sparc already
   116   // uses sp() to mean "raw" sp and unextended_sp() to mean the caller's
   116   // uses sp() to mean "raw" sp and unextended_sp() to mean the caller's
   117   // original sp we use that convention.
   117   // original sp we use that convention.
   118 
   118 
   119   intptr_t*     _unextended_sp;
   119   intptr_t*     _unextended_sp;
   120   void adjust_unextended_sp();
   120   void adjust_unextended_sp() NOT_DEBUG_RETURN;
   121 
   121 
   122   intptr_t* ptr_at_addr(int offset) const {
   122   intptr_t* ptr_at_addr(int offset) const {
   123     return (intptr_t*) addr_at(offset);
   123     return (intptr_t*) addr_at(offset);
   124   }
   124   }
   125 
   125