OpenJDK / amber / amber
changeset 3685:e14965d942e3
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 | 0b6d63791583 |
children | 69c1b5228547 |
files | hotspot/src/share/vm/opto/c2_globals.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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, \