--- 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