src/share/vm/runtime/commandLineFlagRangeList.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/commandLineFlagRangeList.cpp	Tue Nov 10 13:21:45 2015
--- new/src/share/vm/runtime/commandLineFlagRangeList.cpp	Tue Nov 10 13:21:45 2015

*** 277,287 **** --- 277,287 ---- #define EMIT_RANGE_LP64_PRODUCT_FLAG(type, name, value, doc) ); emit_range_##type(#name // 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 void CommandLineFlagRangeList::init(void) {

src/share/vm/runtime/commandLineFlagRangeList.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File