6904191: OptimizeStringConcat should be product instead of experimental
Make OptimizeStringConcat a product VM option(contributed by never) Reviewed-by: never
This commit is contained in:
parent
9db2092b1b
commit
a3b6bcb4a8
@ -394,7 +394,7 @@
|
||||
product(bool, UseOptoBiasInlining, true, \
|
||||
"Generate biased locking code in C2 ideal graph") \
|
||||
\
|
||||
experimental(bool, OptimizeStringConcat, false, \
|
||||
product(bool, OptimizeStringConcat, false, \
|
||||
"Optimize the construction of Strings by StringBuilder") \
|
||||
\
|
||||
notproduct(bool, PrintOptimizeStringConcat, false, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user