diff src/share/vm/opto/c2_globals.hpp @ 14447:2da20f966936

Merge
author kvn
date Thu, 12 Dec 2013 11:05:39 -0800
parents 41b780b43b74 9949533a8623
children 45467c53f178 f040cf9fc9c0
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Wed Dec 11 12:28:09 2013 +0100
+++ b/src/share/vm/opto/c2_globals.hpp	Thu Dec 12 11:05:39 2013 -0800
@@ -647,7 +647,7 @@
   diagnostic(bool, OptimizeExpensiveOps, true,                              \
           "Find best control for expensive operations")                     \
                                                                             \
-  product(bool, UseMathExactIntrinsics, true,                               \
+  experimental(bool, UseMathExactIntrinsics, false,                         \
           "Enables intrinsification of various java.lang.Math functions")   \
                                                                             \
   experimental(bool, ReplaceInParentMaps, false,                            \