public interface DeoptimizingNode extends NodeWithState
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeoptimizingNode.DeoptAfter
Interface for nodes that need a
FrameState for deoptimizing to a point after their
execution. |
static interface |
DeoptimizingNode.DeoptBefore
Interface for nodes that need a
FrameState for deoptimizing to a point before their
execution. |
static interface |
DeoptimizingNode.DeoptDuring
Interface for nodes that need a special
FrameState for deoptimizing during their
execution (e.g. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDeoptimize()
Determines if this node needs deoptimization information.
|
statesasNodeboolean canDeoptimize()