diff src/share/vm/opto/c2_globals.hpp @ 245:4a4c365f777d

Merge
author kvn
date Fri, 11 Jul 2008 12:19:29 -0700
parents d1605aabd0a1 524eca34ea76
children b0fe4deeb9fb
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Fri Jul 11 01:14:44 2008 -0700
+++ b/src/share/vm/opto/c2_globals.hpp	Fri Jul 11 12:19:29 2008 -0700
@@ -373,7 +373,7 @@
   product(intx, AutoBoxCacheMax, 128,                                       \
           "Sets max value cached by the java.lang.Integer autobox cache")   \
                                                                             \
-  product(bool, DoEscapeAnalysis, false,                                    \
+  product(bool, DoEscapeAnalysis, true,                                     \
           "Perform escape analysis")                                        \
                                                                             \
   notproduct(bool, PrintEscapeAnalysis, false,                              \