diff src/share/vm/opto/c2_globals.hpp @ 257:40b69ca33f4b

6732312: Switch off executing Escape Analysis by default Summary: Switch off executing Escape Analysis by default for now Reviewed-by: rasbold
author kvn
date Thu, 31 Jul 2008 15:47:42 -0700
parents b0fe4deeb9fb
children 72c5366e5d86
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Thu Jul 31 13:42:21 2008 -0700
+++ b/src/share/vm/opto/c2_globals.hpp	Thu Jul 31 15:47:42 2008 -0700
@@ -373,7 +373,7 @@
   product(intx, AutoBoxCacheMax, 128,                                       \
           "Sets max value cached by the java.lang.Integer autobox cache")   \
                                                                             \
-  product(bool, DoEscapeAnalysis, true,                                     \
+  product(bool, DoEscapeAnalysis, false,                                    \
           "Perform escape analysis")                                        \
                                                                             \
   notproduct(bool, PrintEscapeAnalysis, false,                              \