Class ObjectStorageOptions


  • public class ObjectStorageOptions
    extends java.lang.Object
    • Field Detail

      • PrimitiveLocations

        public static boolean PrimitiveLocations
        Primitive location switch.
      • IntegerLocations

        public static boolean IntegerLocations
      • DoubleLocations

        public static boolean DoubleLocations
      • LongLocations

        public static boolean LongLocations
      • BooleanLocations

        public static boolean BooleanLocations
      • TypedObjectLocations

        public static boolean TypedObjectLocations
      • InObjectFields

        public static boolean InObjectFields
        Allocation of in-object fields.
      • TraceReshape

        public static final boolean TraceReshape
      • DumpShapes

        public static final boolean DumpShapes
      • Profile

        public static final boolean Profile
      • ProfileTopResults

        public static final int ProfileTopResults
    • Constructor Detail

      • ObjectStorageOptions

        public ObjectStorageOptions()
    • Method Detail

      • booleanOption

        public static boolean booleanOption​(java.lang.String name,
                                            boolean defaultValue)