--- old/src/java.base/share/classes/java/lang/StrictMath.java 2015-08-31 19:10:47.905725112 -0700 +++ new/src/java.base/share/classes/java/lang/StrictMath.java 2015-08-31 19:10:47.725815107 -0700 @@ -643,7 +643,9 @@ * @param b the exponent. * @return the value {@code a}{@code b}. */ - public static native double pow(double a, double b); + public static double pow(double a, double b) { + return FdLibm.Pow.pow(a, b); + } /** * Returns the closest {@code int} to the argument, with ties