--- old/src/share/vm/runtime/commandLineFlagRangeList.cpp 2015-09-10 16:49:12.342131576 -0700 +++ new/src/share/vm/runtime/commandLineFlagRangeList.cpp 2015-09-10 16:49:12.202131581 -0700 @@ -278,7 +278,7 @@ // Generate func argument to pass into emit_range_xxx functions #define EMIT_RANGE_CHECK(a, b) , a, b -#define INITIAL_RANGES_SIZE 128 +#define INITIAL_RANGES_SIZE 165 GrowableArray* CommandLineFlagRangeList::_ranges = NULL; // Check the ranges of all flags that have them