diff -r 381638db28e6 -r 185aff4215a4 hotspot/src/share/vm/runtime/vframe.hpp --- a/hotspot/src/share/vm/runtime/vframe.hpp Thu Jul 03 11:07:51 2014 -0700 +++ b/hotspot/src/share/vm/runtime/vframe.hpp Thu Jul 03 21:37:31 2014 +0200 @@ -186,7 +186,7 @@ private: static const int bcp_offset; intptr_t* locals_addr_at(int offset) const; - + StackValueCollection* stack_data(bool expressions) const; // returns where the parameters starts relative to the frame pointer int start_of_parameters() const;