src/share/vm/runtime/frame.hpp

changeset 3130
5432047c7db7
parent 2897
3cfb240033d1
child 3238
b20d64f83668
equal deleted inserted replaced
3129:da6a29fb0da5 3130:5432047c7db7
219 intptr_t* unextended_sp() const; 219 intptr_t* unextended_sp() const;
220 220
221 // returns the stack pointer of the calling frame 221 // returns the stack pointer of the calling frame
222 intptr_t* sender_sp() const; 222 intptr_t* sender_sp() const;
223 223
224 // Deoptimization info, if needed (platform dependent).
225 // Stored in the initial_info field of the unroll info, to be used by
226 // the platform dependent deoptimization blobs.
227 intptr_t *initial_deoptimization_info();
224 228
225 // Interpreter frames: 229 // Interpreter frames:
226 230
227 private: 231 private:
228 intptr_t** interpreter_frame_locals_addr() const; 232 intptr_t** interpreter_frame_locals_addr() const;

mercurial