src/share/vm/runtime/frame.hpp

changeset 2082
da877bdc9000
parent 2036
126ea7725993
child 2314
f95d63e2154a
equal deleted inserted replaced
2081:71faaa8e3ccc 2082:da877bdc9000
172 172
173 // Return address 173 // Return address
174 address sender_pc() const; 174 address sender_pc() const;
175 175
176 // Support for deoptimization 176 // Support for deoptimization
177 void deoptimize(JavaThread* thread, bool thread_is_known_safe = false); 177 void deoptimize(JavaThread* thread);
178 178
179 // The frame's original SP, before any extension by an interpreted callee; 179 // The frame's original SP, before any extension by an interpreted callee;
180 // used for packing debug info into vframeArray objects and vframeArray lookup. 180 // used for packing debug info into vframeArray objects and vframeArray lookup.
181 intptr_t* unextended_sp() const; 181 intptr_t* unextended_sp() const;
182 182

mercurial