changeset 1161:357d4e2eb4dd

6873799: enable escape analysis by default Summary: enable escape analysis by default Reviewed-by: never
author kvn
date Wed, 19 Aug 2009 19:05:18 -0700
parents cd18bd5e667c
children 72088be4b386
files src/share/vm/opto/c2_globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Wed Aug 19 18:54:35 2009 -0700
+++ b/src/share/vm/opto/c2_globals.hpp	Wed Aug 19 19:05:18 2009 -0700
@@ -376,7 +376,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,                              \