mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
Add a RegisterMap* argument to frame::frame_size() to correctly compute the sender frame Reviewed-by: never
This commit is contained in:
parent
73a6885c23
commit
0429abd38a
4 changed files with 6 additions and 6 deletions
|
@ -117,7 +117,7 @@ class frame VALUE_OBJ_CLASS_SPEC {
|
|||
bool can_be_deoptimized() const;
|
||||
|
||||
// returns the frame size in stack slots
|
||||
int frame_size() const;
|
||||
int frame_size(RegisterMap* map) const;
|
||||
|
||||
// returns the sending frame
|
||||
frame sender(RegisterMap* map) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue