--- old/src/java.base/share/classes/java/lang/StrictMath.java 2015-09-14 21:46:13.164502612 -0700 +++ new/src/java.base/share/classes/java/lang/StrictMath.java 2015-09-14 21:46:12.972502607 -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.compute(a, b); + } /** * Returns the closest {@code int} to the argument, with ties