src/share/vm/opto/c2_globals.hpp

changeset 6497
2da20f966936
parent 6490
41b780b43b74
parent 6152
9949533a8623
child 6506
f040cf9fc9c0
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Wed Dec 11 12:28:09 2013 +0100
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Thu Dec 12 11:05:39 2013 -0800
     1.3 @@ -647,7 +647,7 @@
     1.4    diagnostic(bool, OptimizeExpensiveOps, true,                              \
     1.5            "Find best control for expensive operations")                     \
     1.6                                                                              \
     1.7 -  product(bool, UseMathExactIntrinsics, true,                               \
     1.8 +  experimental(bool, UseMathExactIntrinsics, false,                         \
     1.9            "Enables intrinsification of various java.lang.Math functions")   \
    1.10                                                                              \
    1.11    experimental(bool, ReplaceInParentMaps, false,                            \

mercurial