public interface DeoptimizingNode extends NodeWithState
Sub-interfaces are used to specify exactly when the deoptimization can take place:
before, after, and/or during.
Note that these sub-interfaces are not mutually exclusive so that nodes that may deoptimize at
multiple times can be modeled.
| 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.
|
statesasFixedNodeasNode