diff -r 175a9549fb01 -r b16d7faa638d hotspot/src/share/vm/runtime/objectMonitor.cpp --- a/hotspot/src/share/vm/runtime/objectMonitor.cpp Tue Feb 18 09:54:24 2014 -0500 +++ b/hotspot/src/share/vm/runtime/objectMonitor.cpp Thu Feb 20 12:20:56 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