--- old/src/share/vm/runtime/commandLineFlagRangeList.cpp 2015-11-10 11:06:21.000000000 -0600 +++ new/src/share/vm/runtime/commandLineFlagRangeList.cpp 2015-11-10 11:06:20.000000000 -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 319 GrowableArray* CommandLineFlagRangeList::_ranges = NULL; // Check the ranges of all flags that have them