diff -r d25c2fc1e248 -r 1ba69cb5585c hotspot/src/share/vm/runtime/sharedRuntime.cpp --- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp Tue Nov 24 10:30:23 2015 +0100 +++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp Mon Nov 23 11:06:14 2015 +0100 @@ -386,7 +386,7 @@ #endif -#if defined(__SOFTFP__) || defined(PPC32) +#if defined(__SOFTFP__) || defined(PPC) double SharedRuntime::dsqrt(double f) { return sqrt(f); }