hotspot/src/share/vm/runtime/commandLineFlagConstraintList.cpp
changeset 34242 e530decd7c63
parent 33230 23bb11a5cf4e
child 34661 9a1d11d88ea0
--- a/hotspot/src/share/vm/runtime/commandLineFlagConstraintList.cpp	Wed Nov 18 22:00:09 2015 +0000
+++ b/hotspot/src/share/vm/runtime/commandLineFlagConstraintList.cpp	Thu Nov 19 16:32:41 2015 -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<CommandLineFlagConstraint*>* CommandLineFlagConstraintList::_constraints = NULL;
 CommandLineFlagConstraint::ConstraintType CommandLineFlagConstraintList::_validating_type = CommandLineFlagConstraint::AtParse;