hotspot/src/share/vm/runtime/synchronizer.cpp
changeset 15475 73896d91270c
parent 15233 c06b129cf6c7
child 15853 1c4e16950e96
--- 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