comparison src/share/vm/runtime/vframe.hpp @ 20501:c204e2044c29

8038624: interpretedVFrame::expressions() must respect InterpreterOopMap for liveness Reviewed-by: coleenp, minqi
author mgronlun
date Mon, 29 Sep 2014 13:12:48 +0200
parents 78bbf4d43a14
children 7848fc12602b
comparison
equal deleted inserted replaced
20500:46ffdf376cb5 20501:c204e2044c29
184 } 184 }
185 185
186 private: 186 private:
187 static const int bcp_offset; 187 static const int bcp_offset;
188 intptr_t* locals_addr_at(int offset) const; 188 intptr_t* locals_addr_at(int offset) const;
189 189 StackValueCollection* stack_data(bool expressions) const;
190 // returns where the parameters starts relative to the frame pointer 190 // returns where the parameters starts relative to the frame pointer
191 int start_of_parameters() const; 191 int start_of_parameters() const;
192 192
193 #ifndef PRODUCT 193 #ifndef PRODUCT
194 public: 194 public: