comparison src/share/vm/opto/c2_globals.hpp @ 12192:34bd5e86aadb

8010941: MinJumpTableSize is set to 18, investigate if that's still optimal Summary: Lowered the MinJumpTableSize for each platform Reviewed-by: kvn
author adlertz
date Wed, 11 Sep 2013 09:34:00 +0200
parents edb5ab0f3fe5
children c9ccd7b85f20
comparison
equal deleted inserted replaced
12191:e0d33d2ce5aa 12192:34bd5e86aadb
419 "Use JumpTables instead of a binary search tree for switches") \ 419 "Use JumpTables instead of a binary search tree for switches") \
420 \ 420 \
421 product(bool, UseDivMod, true, \ 421 product(bool, UseDivMod, true, \
422 "Use combined DivMod instruction if available") \ 422 "Use combined DivMod instruction if available") \
423 \ 423 \
424 product(intx, MinJumpTableSize, 18, \ 424 product_pd(intx, MinJumpTableSize, \
425 "Minimum number of targets in a generated jump table") \ 425 "Minimum number of targets in a generated jump table") \
426 \ 426 \
427 product(intx, MaxJumpTableSize, 65000, \ 427 product(intx, MaxJumpTableSize, 65000, \
428 "Maximum number of targets in a generated jump table") \ 428 "Maximum number of targets in a generated jump table") \
429 \ 429 \