hotspot/src/share/vm/opto/c2_globals.hpp
changeset 10963 77222140e9ad
parent 10565 dc90c239f4ec
child 11189 c1ad8528ae68
equal deleted inserted replaced
10744:1faa170a7597 10963:77222140e9ad
   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                                                                             \