comparison src/share/vm/opto/c2_globals.hpp @ 4039:5bda8dae4e14

7103784: enable some flags by default Reviewed-by: kvn
author never
date Sun, 23 Oct 2011 20:23:14 -0700
parents f08d439fab8c
children 8c57262447d3
comparison
equal deleted inserted replaced
4011:1179647ee175 4039:5bda8dae4e14
199 "Trace additional overflow checks in RCE") \ 199 "Trace additional overflow checks in RCE") \
200 \ 200 \
201 diagnostic(bool, UnrollLimitCheck, true, \ 201 diagnostic(bool, UnrollLimitCheck, true, \
202 "Additional overflow checks during loop unroll") \ 202 "Additional overflow checks during loop unroll") \
203 \ 203 \
204 product(bool, OptimizeFill, false, \ 204 product(bool, OptimizeFill, true, \
205 "convert fill/copy loops into intrinsic") \ 205 "convert fill/copy loops into intrinsic") \
206 \ 206 \
207 develop(bool, TraceOptimizeFill, false, \ 207 develop(bool, TraceOptimizeFill, false, \
208 "print detailed information about fill conversion") \ 208 "print detailed information about fill conversion") \
209 \ 209 \
457 "Array size (number of elements) limit for scalar replacement") \ 457 "Array size (number of elements) limit for scalar replacement") \
458 \ 458 \
459 product(bool, UseOptoBiasInlining, true, \ 459 product(bool, UseOptoBiasInlining, true, \
460 "Generate biased locking code in C2 ideal graph") \ 460 "Generate biased locking code in C2 ideal graph") \
461 \ 461 \
462 product(bool, OptimizeStringConcat, false, \ 462 product(bool, OptimizeStringConcat, true, \
463 "Optimize the construction of Strings by StringBuilder") \ 463 "Optimize the construction of Strings by StringBuilder") \
464 \ 464 \
465 notproduct(bool, PrintOptimizeStringConcat, false, \ 465 notproduct(bool, PrintOptimizeStringConcat, false, \
466 "Print information about transformations performed on Strings") \ 466 "Print information about transformations performed on Strings") \
467 \ 467 \