--- old/src/share/vm/runtime/commandLineFlagConstraintList.cpp 2015-11-25 10:35:29.506978173 -0800 +++ new/src/share/vm/runtime/commandLineFlagConstraintList.cpp 2015-11-25 10:35:29.410978176 -0800 @@ -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 69 +#define INITIAL_CONSTRAINTS_SIZE 72 GrowableArray* CommandLineFlagConstraintList::_constraints = NULL; CommandLineFlagConstraint::ConstraintType CommandLineFlagConstraintList::_validating_type = CommandLineFlagConstraint::AtParse;