diff src/share/vm/opto/c2_globals.hpp @ 17726:085b304a1cc5

8027754: Enable loop optimizations for loops with MathExact inside Reviewed-by: kvn, iveresov
author rbackman
date Thu, 23 Jan 2014 12:08:28 +0100
parents 54436d3b2a91
children 62825ea7e51f
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Thu Mar 13 10:18:59 2014 -0700
+++ b/src/share/vm/opto/c2_globals.hpp	Thu Jan 23 12:08:28 2014 +0100
@@ -637,7 +637,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,                            \