hotspot/src/share/vm/runtime/commandLineFlagRangeList.cpp
changeset 34231 adc744ac832a
parent 33230 23bb11a5cf4e
child 34242 e530decd7c63
--- a/hotspot/src/share/vm/runtime/commandLineFlagRangeList.cpp	Tue Nov 17 15:14:29 2015 -0800
+++ b/hotspot/src/share/vm/runtime/commandLineFlagRangeList.cpp	Wed Nov 18 10:46:02 2015 -0600
@@ -279,7 +279,7 @@
 // Generate func argument to pass into emit_range_xxx functions
 #define EMIT_RANGE_CHECK(a, b)                               , a, b
 
-#define INITIAL_RANGES_SIZE 204
+#define INITIAL_RANGES_SIZE 205
 GrowableArray<CommandLineFlagRange*>* CommandLineFlagRangeList::_ranges = NULL;
 
 // Check the ranges of all flags that have them