--- old/src/share/vm/runtime/sharedRuntime.hpp 2013-06-13 22:00:25.714387000 +0200 +++ new/src/share/vm/runtime/sharedRuntime.hpp 2013-06-13 22:00:25.571312000 +0200 @@ -140,7 +140,7 @@ static double dabs(double f); #endif -#if defined(__SOFTFP__) || defined(PPC) +#if defined(__SOFTFP__) || defined(PPC32) static double dsqrt(double f); #endif