src/share/vm/opto/c2_globals.hpp

changeset 6462
e2722a66aba7
parent 6461
bdd155477289
parent 5513
bcc4f6f54d83
child 6472
2b8e28fdf503
equal deleted inserted replaced
6461:bdd155477289 6462:e2722a66aba7
183 "Trace bytecode parse and control-flow merge") \ 183 "Trace bytecode parse and control-flow merge") \
184 \ 184 \
185 product_pd(intx, LoopUnrollLimit, \ 185 product_pd(intx, LoopUnrollLimit, \
186 "Unroll loop bodies with node count less than this") \ 186 "Unroll loop bodies with node count less than this") \
187 \ 187 \
188 product(intx, LoopMaxUnroll, 16, \
189 "Maximum number of unrolls for main loop") \
190 \
188 product(intx, LoopUnrollMin, 4, \ 191 product(intx, LoopUnrollMin, 4, \
189 "Minimum number of unroll loop bodies before checking progress" \ 192 "Minimum number of unroll loop bodies before checking progress" \
190 "of rounds of unroll,optimize,..") \ 193 "of rounds of unroll,optimize,..") \
191 \ 194 \
192 develop(intx, UnrollLimitForProfileCheck, 1, \ 195 develop(intx, UnrollLimitForProfileCheck, 1, \

mercurial