hotspot/src/share/vm/opto/c2_globals.hpp
changeset 20289 35d78de0c547
parent 19772 6e60ae28d9f6
child 21089 e1986ff6fe2e
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Sep 26 12:07:53 2013 -0700
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Fri Sep 27 08:39:19 2013 +0200
@@ -636,7 +636,9 @@
                                                                             \
   diagnostic(bool, OptimizeExpensiveOps, true,                              \
           "Find best control for expensive operations")                     \
-
+                                                                            \
+  product(bool, UseMathExactIntrinsics, true,                               \
+          "Enables intrinsification of various java.lang.Math funcitons")
 
 C2_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG)