hotspot/src/share/vm/opto/c2_globals.hpp
changeset 3685 e14965d942e3
parent 2340 cb47f8209cd8
child 4450 6d700b859b3e
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Aug 19 18:54:35 2009 -0700
+++ b/hotspot/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,                              \