public static enum Deoptimizer.StubType extends Enum<Deoptimizer.StubType>
| Enum Constant and Description |
|---|
EntryStub
Custom prologue: rescue all of the architecture's return registers into the
DeoptimizedFrame. |
ExitStub
Custom prologue: set the stack pointer to the first method parameter.
|
NoDeoptStub |
| Modifier and Type | Method and Description |
|---|---|
static Deoptimizer.StubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deoptimizer.StubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Deoptimizer.StubType NoDeoptStub
public static final Deoptimizer.StubType EntryStub
DeoptimizedFrame.public static final Deoptimizer.StubType ExitStub
DeoptimizedFrame.public static Deoptimizer.StubType[] values()
public static Deoptimizer.StubType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null