hotspot/src/share/vm/runtime/vframe.hpp
changeset 25473 185aff4215a4
parent 24424 2658d7834c6e
child 25714 87fa6860b5ae
--- 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;