diff -r 164db61dbced -r 0f03ff49c720 src/share/vm/runtime/sharedRuntime.cpp --- a/src/share/vm/runtime/sharedRuntime.cpp Wed Jun 19 12:15:50 2013 +0200 +++ b/src/share/vm/runtime/sharedRuntime.cpp Wed Jun 19 12:29:30 2013 +0200 @@ -406,7 +406,7 @@ #endif -#if defined(__SOFTFP__) || defined(PPC) +#if defined(__SOFTFP__) || defined(PPC32) double SharedRuntime::dsqrt(double f) { return sqrt(f); }