hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 38018 1dc6c6f21231
parent 36554 a7eb9ee4680c
child 38273 2634194d7555
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Wed Mar 30 17:04:14 2016 +0200
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Wed Apr 06 10:29:26 2016 -0700
@@ -194,9 +194,6 @@
   product(bool, UseBMI2Instructions, false,                                 \
           "Use BMI2 instructions")                                          \
                                                                             \
-  diagnostic(bool, UseLibmSinIntrinsic, true,                               \
-          "Use Libm Sin Intrinsic")                                         \
-                                                                            \
-  diagnostic(bool, UseLibmCosIntrinsic, true,                               \
-          "Use Libm Cos Intrinsic")
+  diagnostic(bool, UseLibmIntrinsic, true,                                  \
+          "Use Libm Intrinsics")
 #endif // CPU_X86_VM_GLOBALS_X86_HPP