src/share/vm/runtime/vframeArray.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/runtime/vframeArray.hpp

src/share/vm/runtime/vframeArray.hpp

Print this page
rev 6132 : 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
Summary: make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points.
Reviewed-by:

*** 83,96 **** // Formerly part of deoptimizedVFrame // Returns the on stack word size for this frame // callee_parameters is the number of callee locals residing inside this frame ! int on_stack_size(int caller_actual_parameters, ! int callee_parameters, int callee_locals, - bool is_bottom_frame, bool is_top_frame, int popframe_extra_stack_expression_els) const; // Unpacks the element to skeletal interpreter frame void unpack_on_stack(int caller_actual_parameters, --- 83,94 ---- // Formerly part of deoptimizedVFrame // Returns the on stack word size for this frame // callee_parameters is the number of callee locals residing inside this frame ! int on_stack_size(int callee_parameters, int callee_locals, bool is_top_frame, int popframe_extra_stack_expression_els) const; // Unpacks the element to skeletal interpreter frame void unpack_on_stack(int caller_actual_parameters,
src/share/vm/runtime/vframeArray.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File