src/share/vm/runtime/vframeArray.hpp

changeset 4727
0094485b46c7
parent 4037
da91efe96a93
child 6198
55fb97c4c58d
     1.1 --- a/src/share/vm/runtime/vframeArray.hpp	Fri Mar 08 08:22:18 2013 -0800
     1.2 +++ b/src/share/vm/runtime/vframeArray.hpp	Wed Mar 13 09:44:45 2013 +0100
     1.3 @@ -88,6 +88,7 @@
     1.4    int on_stack_size(int caller_actual_parameters,
     1.5                      int callee_parameters,
     1.6                      int callee_locals,
     1.7 +                    bool is_bottom_frame,
     1.8                      bool is_top_frame,
     1.9                      int popframe_extra_stack_expression_els) const;
    1.10  
    1.11 @@ -97,6 +98,7 @@
    1.12                         int callee_locals,
    1.13                         frame* caller,
    1.14                         bool is_top_frame,
    1.15 +                       bool is_bottom_frame,
    1.16                         int exec_mode);
    1.17  
    1.18  #ifndef PRODUCT

mercurial