comparison src/share/vm/runtime/frame.hpp @ 3931:5432047c7db7

7087445: Improve platform independence of JSR292 shared code Summary: changes necessary for some JSR292 ports Reviewed-by: jrose, dholmes
author bdelsart
date Thu, 08 Sep 2011 10:12:25 +0200
parents 3cfb240033d1
children b20d64f83668
comparison
equal deleted inserted replaced
3930:da6a29fb0da5 3931: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;