mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
Make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points. Reviewed-by: twisti, kvn
This commit is contained in:
parent
bce45e9222
commit
f5adc57f94
44 changed files with 1209 additions and 760 deletions
|
@ -85,10 +85,8 @@ class vframeArrayElement : public _ValueObj {
|
|||
|
||||
// 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 on_stack_size(int callee_parameters,
|
||||
int callee_locals,
|
||||
bool is_bottom_frame,
|
||||
bool is_top_frame,
|
||||
int popframe_extra_stack_expression_els) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue