src/share/vm/runtime/vframe.hpp

changeset 7215
c204e2044c29
parent 6680
78bbf4d43a14
child 7535
7ae4e26cb1e0
child 7854
e8260b6328fb
equal deleted inserted replaced
7214:46ffdf376cb5 7215: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:

mercurial