aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/c2_globals.hpp
diff options
context:
space:
mode:
authorkvn <none@none>2008-07-31 15:47:42 -0700
committerkvn <none@none>2008-07-31 15:47:42 -0700
commit44ba584cca063a0dd64e527102008623cd98172d (patch)
treed301040bad84a53490452f53dd4527ef017dfee0 /src/share/vm/opto/c2_globals.hpp
parent4e5b75ed351cf6907cd103295959a40f0ba9f4ac (diff)
6732312: Switch off executing Escape Analysis by default
Summary: Switch off executing Escape Analysis by default for now Reviewed-by: rasbold
Diffstat (limited to 'src/share/vm/opto/c2_globals.hpp')
-rw-r--r--src/share/vm/opto/c2_globals.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/opto/c2_globals.hpp b/src/share/vm/opto/c2_globals.hpp
index 0f09eaf83..affd56a86 100644
--- a/src/share/vm/opto/c2_globals.hpp
+++ b/src/share/vm/opto/c2_globals.hpp
@@ -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, \