public class ObjectStorageOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
BooleanLocations |
static boolean |
DoubleLocations |
static boolean |
DumpShapes |
static boolean |
InObjectFields
Allocation of in-object fields.
|
static boolean |
IntegerLocations |
static boolean |
LongLocations |
static boolean |
PrimitiveLocations
Primitive location switch.
|
static boolean |
Profile |
static int |
ProfileTopResults |
static boolean |
TraceReshape |
static boolean |
TypedObjectLocations |
Constructor and Description |
---|
ObjectStorageOptions() |
Modifier and Type | Method and Description |
---|---|
static boolean |
booleanOption(java.lang.String name,
boolean defaultValue) |
public static boolean PrimitiveLocations
public static boolean IntegerLocations
public static boolean DoubleLocations
public static boolean LongLocations
public static boolean BooleanLocations
public static boolean TypedObjectLocations
public static boolean InObjectFields
public static final boolean TraceReshape
public static final boolean DumpShapes
public static final boolean Profile
public static final int ProfileTopResults