hotspot/src/share/vm/opto/c2_globals.hpp
changeset 953 202a1f972a92
parent 670 ddf3e9583f2f
parent 952 38812d18eec0
child 961 7fb3b13d4205
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Jul 05 16:39:00 2017 +0200
+++ b/hotspot/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,                              \