mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
Deoptimization doesn't set up callee frames so that they restore caller frames correctly. Reviewed-by: kvn
This commit is contained in:
parent
5d0afe6210
commit
05b1c69fc0
11 changed files with 295 additions and 14 deletions
|
@ -88,6 +88,7 @@ class vframeArrayElement : public _ValueObj {
|
|||
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;
|
||||
|
||||
|
@ -97,6 +98,7 @@ class vframeArrayElement : public _ValueObj {
|
|||
int callee_locals,
|
||||
frame* caller,
|
||||
bool is_top_frame,
|
||||
bool is_bottom_frame,
|
||||
int exec_mode);
|
||||
|
||||
#ifndef PRODUCT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue