public static enum HotSpotGraalRuntime.HotSpotGC extends Enum<HotSpotGraalRuntime.HotSpotGC>
CollectedHeap::Name C++ enum.| Enum Constant and Description |
|---|
CMS |
Epsilon |
G1 |
Parallel |
Serial |
Shenandoah |
Z |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSelected(GraalHotSpotVMConfig config) |
static HotSpotGraalRuntime.HotSpotGC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HotSpotGraalRuntime.HotSpotGC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HotSpotGraalRuntime.HotSpotGC Serial
public static final HotSpotGraalRuntime.HotSpotGC Parallel
public static final HotSpotGraalRuntime.HotSpotGC CMS
public static final HotSpotGraalRuntime.HotSpotGC G1
public static final HotSpotGraalRuntime.HotSpotGC Epsilon
public static final HotSpotGraalRuntime.HotSpotGC Z
public static final HotSpotGraalRuntime.HotSpotGC Shenandoah
public static HotSpotGraalRuntime.HotSpotGC[] values()
public static HotSpotGraalRuntime.HotSpotGC 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 nullpublic boolean isSelected(GraalHotSpotVMConfig config)