hotspot/src/share/vm/opto/c2_globals.hpp
changeset 22911 ff49c48c887d
parent 22873 74aaad871363
child 22928 b2bb101a9ae3
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Mon Feb 24 15:12:26 2014 -0800
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Jan 23 12:08:28 2014 +0100
@@ -644,7 +644,7 @@
   diagnostic(bool, OptimizeExpensiveOps, true,                              \
           "Find best control for expensive operations")                     \
                                                                             \
-  experimental(bool, UseMathExactIntrinsics, false,                         \
+  product(bool, UseMathExactIntrinsics, true,                               \
           "Enables intrinsification of various java.lang.Math functions")   \
                                                                             \
   experimental(bool, ReplaceInParentMaps, false,                            \