diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/vframe.hpp	Tue Apr 07 11:20:51 2015 +0200
+++ b/src/share/vm/runtime/vframe.hpp	Tue Apr 07 14:58:49 2015 +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;