# HG changeset patch # User kvn # Date 1217544462 25200 # Node ID 15aa5abc6628d2b64ef6d18558294d640db6a39e # Parent b1316d5e89ab42fbc1edc0013f5ac7b0c8c6774d 6732312: Switch off executing Escape Analysis by default Summary: Switch off executing Escape Analysis by default for now Reviewed-by: rasbold diff -r b1316d5e89ab -r 15aa5abc6628 hotspot/src/share/vm/opto/c2_globals.hpp --- a/hotspot/src/share/vm/opto/c2_globals.hpp Thu Jul 31 13:42:21 2008 -0700 +++ b/hotspot/src/share/vm/opto/c2_globals.hpp Thu Jul 31 15:47:42 2008 -0700 @@ -373,7 +373,7 @@ product(intx, AutoBoxCacheMax, 128, \ "Sets max value cached by the java.lang.Integer autobox cache") \ \ - product(bool, DoEscapeAnalysis, true, \ + product(bool, DoEscapeAnalysis, false, \ "Perform escape analysis") \ \ notproduct(bool, PrintEscapeAnalysis, false, \