--- old/src/share/vm/runtime/sharedRuntime.cpp 2013-06-13 22:00:24.958300000 +0200 +++ new/src/share/vm/runtime/sharedRuntime.cpp 2013-06-13 22:00:24.806274000 +0200 @@ -406,7 +406,7 @@ #endif -#if defined(__SOFTFP__) || defined(PPC) +#if defined(__SOFTFP__) || defined(PPC32) double SharedRuntime::dsqrt(double f) { return sqrt(f); }