src/share/vm/runtime/vframe.hpp

changeset 7215
c204e2044c29
parent 6680
78bbf4d43a14
child 7535
7ae4e26cb1e0
child 7854
e8260b6328fb
     1.1 --- a/src/share/vm/runtime/vframe.hpp	Fri Sep 26 03:42:38 2014 -0700
     1.2 +++ b/src/share/vm/runtime/vframe.hpp	Mon Sep 29 13:12:48 2014 +0200
     1.3 @@ -186,7 +186,7 @@
     1.4   private:
     1.5    static const int bcp_offset;
     1.6    intptr_t* locals_addr_at(int offset) const;
     1.7 -
     1.8 +  StackValueCollection* stack_data(bool expressions) const;
     1.9    // returns where the parameters starts relative to the frame pointer
    1.10    int start_of_parameters() const;
    1.11  

mercurial