public class ImplicitLIRFrameState extends LIRFrameState
LIRFrameState with additional information for implicit exception.| Modifier and Type | Field and Description |
|---|---|
JavaConstant |
deoptReasonAndAction |
JavaConstant |
deoptSpeculation |
debugInfo, exceptionEdge, NO_CALLEE_SAVE_INFO, STATE_FLAGS, topFrame| Constructor and Description |
|---|
ImplicitLIRFrameState(BytecodeFrame topFrame,
VirtualObject[] virtualObjects,
LabelRef exceptionEdge,
JavaConstant deoptReasonAndAction,
JavaConstant deoptSpeculation) |
debugInfo, forEachState, getLiveBasePointers, hasDebugInfo, initDebugInfo, processValues, setLiveBasePointers, toString, visitEachState, visitValuespublic final JavaConstant deoptReasonAndAction
public final JavaConstant deoptSpeculation
public ImplicitLIRFrameState(BytecodeFrame topFrame,
VirtualObject[] virtualObjects,
LabelRef exceptionEdge,
JavaConstant deoptReasonAndAction,
JavaConstant deoptSpeculation)