public static enum HotSpotForeignCallDescriptor.Reexecutability extends Enum<HotSpotForeignCallDescriptor.Reexecutability>
| Enum Constant and Description |
|---|
NOT_REEXECUTABLE
Denotes a call that cannot be re-executed.
|
REEXECUTABLE
Denotes a call that can always be re-executed.
|
| Modifier and Type | Method and Description |
|---|---|
static HotSpotForeignCallDescriptor.Reexecutability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HotSpotForeignCallDescriptor.Reexecutability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HotSpotForeignCallDescriptor.Reexecutability NOT_REEXECUTABLE
public static final HotSpotForeignCallDescriptor.Reexecutability REEXECUTABLE
public static HotSpotForeignCallDescriptor.Reexecutability[] values()
public static HotSpotForeignCallDescriptor.Reexecutability 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