comparison src/share/vm/runtime/vframeArray.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 89152779163c 0bf37f737702
children 7848fc12602b
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
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,