diff -r 196cfce9e5aa -r 57aa8995d43b hotspot/src/share/vm/runtime/objectMonitor.cpp --- a/hotspot/src/share/vm/runtime/objectMonitor.cpp Thu Feb 13 17:57:27 2014 +0100 +++ b/hotspot/src/share/vm/runtime/objectMonitor.cpp Wed Feb 19 12:08:49 2014 -0800 @@ -54,7 +54,7 @@ # include "os_bsd.inline.hpp" #endif -#if defined(__GNUC__) && !defined(IA64) +#if defined(__GNUC__) && !defined(IA64) && !defined(PPC64) // Need to inhibit inlining for older versions of GCC to avoid build-time failures #define ATTR __attribute__((noinline)) #else