aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/c2_globals.hpp
diff options
context:
space:
mode:
authorroland <none@none>2014-03-06 11:11:04 +0100
committerroland <none@none>2014-03-06 11:11:04 +0100
commit78905f9807076a4b1c88311ea181770079729f11 (patch)
tree065bb8540a2dcd93b9aed0f56fd3b74eee0143a9 /src/share/vm/opto/c2_globals.hpp
parenta77742b908f7932a9c0bedf2291288ef1a052ab8 (diff)
8032633: Enable type speculation by default
Summary: enable type speculation Reviewed-by: kvn
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 76e1ec4c6..03e81bd09 100644
--- a/src/share/vm/opto/c2_globals.hpp
+++ b/src/share/vm/opto/c2_globals.hpp
@@ -643,7 +643,7 @@
experimental(bool, ReplaceInParentMaps, false, \
"Propagate type improvements in callers of inlinee if possible") \
\
- experimental(bool, UseTypeSpeculation, false, \
+ product(bool, UseTypeSpeculation, true, \
"Speculatively propagate types from profiles") \
\
diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \