diff -r 62425bb6b9e3 -r 73896d91270c hotspot/src/share/vm/runtime/synchronizer.cpp --- a/hotspot/src/share/vm/runtime/synchronizer.cpp Fri Jan 25 16:09:14 2013 -0800 +++ b/hotspot/src/share/vm/runtime/synchronizer.cpp Fri Jan 25 16:50:33 2013 -0800 @@ -53,7 +53,7 @@ # include "os_bsd.inline.hpp" #endif -#if defined(__GNUC__) && !defined(IA64) +#if defined(__GNUC__) // Need to inhibit inlining for older versions of GCC to avoid build-time failures #define ATTR __attribute__((noinline)) #else