hotspot/src/share/vm/runtime/synchronizer.cpp
changeset 22881 b16d7faa638d
parent 22796 bb0ea482a99e
parent 22876 57aa8995d43b
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/runtime/synchronizer.cpp	Tue Feb 18 09:54:24 2014 -0500
+++ b/hotspot/src/share/vm/runtime/synchronizer.cpp	Thu Feb 20 12:20:56 2014 -0800
@@ -53,7 +53,7 @@
 # include "os_bsd.inline.hpp"
 #endif
 
-#if defined(__GNUC__)
+#if defined(__GNUC__) && !defined(PPC64)
   // Need to inhibit inlining for older versions of GCC to avoid build-time failures
   #define ATTR __attribute__((noinline))
 #else