aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/c2_globals.hpp
diff options
context:
space:
mode:
authorkvn <none@none>2009-08-19 19:05:18 -0700
committerkvn <none@none>2009-08-19 19:05:18 -0700
commit6986ec4222b3a0297e2ab9c20eea02e883d5404e (patch)
treeead1693caa2bcc0943a894d292fc7b8f1e447c7f /src/share/vm/opto/c2_globals.hpp
parent20e2763a19c972f2e97edee7312d9521906506dc (diff)
6873799: enable escape analysis by default
Summary: enable escape analysis by default Reviewed-by: never
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 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, \