--- old/src/share/vm/runtime/sharedRuntime.hpp 2010-10-04 17:01:28.742308359 -0400 +++ new/src/share/vm/runtime/sharedRuntime.hpp 2010-10-04 17:01:26.902763312 -0400 @@ -116,6 +116,9 @@ #if defined(__SOFTFP__) || defined(E500V2) static double dabs(double f); +#endif + +#if defined(__SOFTFP__) || defined(PPC) static double dsqrt(double f); #endif