comparison src/share/vm/runtime/frame.hpp @ 3935:5257f8e66b40

Merge
author iveresov
date Fri, 09 Sep 2011 12:44:37 -0700
parents 5432047c7db7
children b20d64f83668
comparison
equal deleted inserted replaced
3922:e984655be425 3935:5257f8e66b40
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;