public enum SpectrePHTMitigations extends Enum<SpectrePHTMitigations>
| Modifier and Type | Class and Description |
|---|---|
static class |
SpectrePHTMitigations.Options |
| Enum Constant and Description |
|---|
AllTargets |
GuardTargets |
NonDeoptGuardTargets |
None |
| Modifier and Type | Method and Description |
|---|---|
static SpectrePHTMitigations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpectrePHTMitigations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpectrePHTMitigations None
public static final SpectrePHTMitigations AllTargets
public static final SpectrePHTMitigations GuardTargets
public static final SpectrePHTMitigations NonDeoptGuardTargets
public static SpectrePHTMitigations[] values()
public static SpectrePHTMitigations 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