diff src/share/vm/opto/c2_globals.hpp @ 14495:cd5d10655495

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 45467c53f178
children 484a359ff649
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Mon Feb 24 15:12:26 2014 -0800
+++ b/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,                            \