--- old/src/java.base/share/classes/java/lang/StrictMath.java 2015-09-21 18:20:00.903874650 -0700 +++ new/src/java.base/share/classes/java/lang/StrictMath.java 2015-09-21 18:20:00.747874652 -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