comparison src/share/vm/runtime/vframe.hpp @ 20804:7848fc12602b

Merge with jdk8u40-b25
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Tue, 07 Apr 2015 14:58:49 +0200
parents 52b4284cb496 c204e2044c29
children
comparison
equal deleted inserted replaced
20184:84105dcdb05b 20804:7848fc12602b
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: