mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6671807: (Escape Analysis) Add new ideal node to represent the state of a scalarized object at a safepoint
Values of non-static fields of a scalarized object should be saved in debug info to reallocate the object during deoptimization. Reviewed-by: never
This commit is contained in:
parent
1931e94bad
commit
000ac830a0
9 changed files with 322 additions and 26 deletions
|
@ -185,6 +185,7 @@ macro(Root)
|
|||
macro(RoundDouble)
|
||||
macro(RoundFloat)
|
||||
macro(SafePoint)
|
||||
macro(SafePointScalarObject)
|
||||
macro(SCMemProj)
|
||||
macro(SinD)
|
||||
macro(SqrtD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue