hotspot/src/share/vm/runtime/vframeArray.hpp
changeset 24018 77b156916bab
parent 22551 9bf46d16dcc6
child 28039 bf5a8340bf8a
equal deleted inserted replaced
24016:2927072ed5fb 24018:77b156916bab
    83   // Formerly part of deoptimizedVFrame
    83   // Formerly part of deoptimizedVFrame
    84 
    84 
    85 
    85 
    86   // Returns the on stack word size for this frame
    86   // Returns the on stack word size for this frame
    87   // callee_parameters is the number of callee locals residing inside this frame
    87   // callee_parameters is the number of callee locals residing inside this frame
    88   int on_stack_size(int caller_actual_parameters,
    88   int on_stack_size(int callee_parameters,
    89                     int callee_parameters,
       
    90                     int callee_locals,
    89                     int callee_locals,
    91                     bool is_bottom_frame,
       
    92                     bool is_top_frame,
    90                     bool is_top_frame,
    93                     int popframe_extra_stack_expression_els) const;
    91                     int popframe_extra_stack_expression_els) const;
    94 
    92 
    95   // Unpacks the element to skeletal interpreter frame
    93   // Unpacks the element to skeletal interpreter frame
    96   void unpack_on_stack(int caller_actual_parameters,
    94   void unpack_on_stack(int caller_actual_parameters,