--- old/src/share/vm/runtime/commandLineFlagConstraintList.cpp 2015-11-06 15:25:56.000000000 -0600 +++ new/src/share/vm/runtime/commandLineFlagConstraintList.cpp 2015-11-06 15:25:56.000000000 -0600 @@ -223,7 +223,7 @@ #define EMIT_CONSTRAINT_CHECK(func, type) , func, CommandLineFlagConstraint::type // the "name" argument must be a string literal -#define INITIAL_CONSTRAINTS_SIZE 45 +#define INITIAL_CONSTRAINTS_SIZE 69 GrowableArray* CommandLineFlagConstraintList::_constraints = NULL; CommandLineFlagConstraint::ConstraintType CommandLineFlagConstraintList::_validating_type = CommandLineFlagConstraint::AtParse;