# HG changeset patch # User kvn # Date 1250733918 25200 # Node ID 357d4e2eb4dd83958d4ffccceec11c82488b32fb # Parent cd18bd5e667c4cfa3beaadae8c310e1a01103889 6873799: enable escape analysis by default Summary: enable escape analysis by default Reviewed-by: never diff -r cd18bd5e667c -r 357d4e2eb4dd src/share/vm/opto/c2_globals.hpp --- 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, \