--- old/src/java.base/share/classes/java/lang/StrictMath.java 2015-09-21 17:03:06.459923426 -0700 +++ new/src/java.base/share/classes/java/lang/StrictMath.java 2015-09-21 17:03:06.303923428 -0700 @@ -1329,7 +1329,9 @@ * without intermediate overflow or underflow * @since 1.5 */ - public static native double hypot(double x, double y); + public static double hypot(double x, double y) { + return FdLibm.Hypot.compute(x, y); + } /** * Returns ex -1. Note that for values of