src/share/vm/opto/c2_globals.hpp

changeset 5660
34bd5e86aadb
parent 5658
edb5ab0f3fe5
child 5791
c9ccd7b85f20
equal deleted inserted replaced
5659:e0d33d2ce5aa 5660: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 \

mercurial