comparison src/share/vm/opto/c2_globals.hpp @ 1081:bd12fff78df5

6904191: OptimizeStringConcat should be product instead of experimental Summary: Make OptimizeStringConcat a product VM option(contributed by never) Reviewed-by: never
author cfang
date Wed, 25 Nov 2009 12:09:02 -0800
parents 7c57aead6d3e
children b2b6a9bf6238
comparison
equal deleted inserted replaced
1080:7c57aead6d3e 1081:bd12fff78df5
392 "Array size (number of elements) limit for scalar replacement") \ 392 "Array size (number of elements) limit for scalar replacement") \
393 \ 393 \
394 product(bool, UseOptoBiasInlining, true, \ 394 product(bool, UseOptoBiasInlining, true, \
395 "Generate biased locking code in C2 ideal graph") \ 395 "Generate biased locking code in C2 ideal graph") \
396 \ 396 \
397 experimental(bool, OptimizeStringConcat, false, \ 397 product(bool, OptimizeStringConcat, false, \
398 "Optimize the construction of Strings by StringBuilder") \ 398 "Optimize the construction of Strings by StringBuilder") \
399 \ 399 \
400 notproduct(bool, PrintOptimizeStringConcat, false, \ 400 notproduct(bool, PrintOptimizeStringConcat, false, \
401 "Print information about transformations performed on Strings") \ 401 "Print information about transformations performed on Strings") \
402 \ 402 \