hotspot/src/share/vm/runtime/commandLineFlagConstraintList.cpp
changeset 33230 23bb11a5cf4e
parent 33198 b37ad9fbf681
parent 33222 e0a340f4ab6e
child 34242 e530decd7c63
--- a/hotspot/src/share/vm/runtime/commandLineFlagConstraintList.cpp	Mon Oct 19 12:30:17 2015 -0700
+++ b/hotspot/src/share/vm/runtime/commandLineFlagConstraintList.cpp	Tue Oct 20 11:17:19 2015 -0400
@@ -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 40
+#define INITIAL_CONSTRAINTS_SIZE 45
 GrowableArray<CommandLineFlagConstraint*>* CommandLineFlagConstraintList::_constraints = NULL;
 CommandLineFlagConstraint::ConstraintType CommandLineFlagConstraintList::_validating_type = CommandLineFlagConstraint::AtParse;