src/share/vm/runtime/vframeArray.hpp

changeset 6723
0bf37f737702
parent 6198
55fb97c4c58d
child 6876
710a3c8b516e
child 7419
d3f3f7677537
     1.1 --- a/src/share/vm/runtime/vframeArray.hpp	Mon Jun 09 15:42:31 2014 -0700
     1.2 +++ b/src/share/vm/runtime/vframeArray.hpp	Tue Apr 01 09:36:49 2014 +0200
     1.3 @@ -85,10 +85,8 @@
     1.4  
     1.5    // Returns the on stack word size for this frame
     1.6    // callee_parameters is the number of callee locals residing inside this frame
     1.7 -  int on_stack_size(int caller_actual_parameters,
     1.8 -                    int callee_parameters,
     1.9 +  int on_stack_size(int callee_parameters,
    1.10                      int callee_locals,
    1.11 -                    bool is_bottom_frame,
    1.12                      bool is_top_frame,
    1.13                      int popframe_extra_stack_expression_els) const;
    1.14  

mercurial