jdk/src/java.base/share/classes/java/lang/Math.java
changeset 41362 e09e871860a7
parent 40530 53bc022a137b
child 44263 7a9297d467e7
--- a/jdk/src/java.base/share/classes/java/lang/Math.java	Tue Aug 30 09:30:07 2016 +0200
+++ b/jdk/src/java.base/share/classes/java/lang/Math.java	Fri Aug 26 12:20:09 2016 -0700
@@ -1626,7 +1626,7 @@
      *
      * @since 9
      */
-    // @HotSpotIntrinsicCandidate
+    @HotSpotIntrinsicCandidate
     public static double fma(double a, double b, double c) {
         /*
          * Infinity and NaN arithmetic is not quite the same with two
@@ -1743,7 +1743,7 @@
      *
      * @since 9
      */
-    // @HotSpotIntrinsicCandidate
+    @HotSpotIntrinsicCandidate
     public static float fma(float a, float b, float c) {
         /*
          *  Since the double format has more than twice the precision