hotspot/src/share/vm/runtime/commandLineFlagRangeList.cpp
changeset 33144 c56850e328fc
parent 32613 73bec9f941d7
child 33222 e0a340f4ab6e
child 33198 b37ad9fbf681
equal deleted inserted replaced
33143:2083f82acec8 33144:c56850e328fc
   276 #define EMIT_RANGE_LP64_PRODUCT_FLAG(type, name, value, doc) ); emit_range_##type(#name
   276 #define EMIT_RANGE_LP64_PRODUCT_FLAG(type, name, value, doc) ); emit_range_##type(#name
   277 
   277 
   278 // Generate func argument to pass into emit_range_xxx functions
   278 // Generate func argument to pass into emit_range_xxx functions
   279 #define EMIT_RANGE_CHECK(a, b)                               , a, b
   279 #define EMIT_RANGE_CHECK(a, b)                               , a, b
   280 
   280 
   281 #define INITIAL_RANGES_SIZE 128
   281 #define INITIAL_RANGES_SIZE 165
   282 GrowableArray<CommandLineFlagRange*>* CommandLineFlagRangeList::_ranges = NULL;
   282 GrowableArray<CommandLineFlagRange*>* CommandLineFlagRangeList::_ranges = NULL;
   283 
   283 
   284 // Check the ranges of all flags that have them
   284 // Check the ranges of all flags that have them
   285 void CommandLineFlagRangeList::init(void) {
   285 void CommandLineFlagRangeList::init(void) {
   286 
   286