From 092c2207c32c139c1bd20be1998369982478d166 Mon Sep 17 00:00:00 2001 From: kvn Date: Wed, 19 Aug 2009 19:05:18 -0700 Subject: [PATCH] 6873799: enable escape analysis by default Summary: enable escape analysis by default Reviewed-by: never --- src/share/vm/opto/c2_globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/vm/opto/c2_globals.hpp b/src/share/vm/opto/c2_globals.hpp index 425a66a42..091ad4a9b 100644 --- a/src/share/vm/opto/c2_globals.hpp +++ b/src/share/vm/opto/c2_globals.hpp @@ -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, \ -- GitLab