changeset 980:c44e78b9aa0a

Merge
author trims
date Wed, 25 Nov 2009 17:01:17 -0800
parents 5f14026df877 (current diff) 43e3f86b638d (diff)
children b6e6e189e1db
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Fri Jul 10 14:00:02 2009 -0700
+++ b/src/share/vm/opto/c2_globals.hpp	Wed Nov 25 17:01:17 2009 -0800
@@ -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,                        \