hotspot/src/share/vm/runtime/synchronizer.cpp
changeset 22876 57aa8995d43b
parent 22743 e043208c9d93
parent 22872 b6902ee5bc8d
child 22881 b16d7faa638d
--- a/hotspot/src/share/vm/runtime/synchronizer.cpp	Thu Feb 13 17:57:27 2014 +0100
+++ b/hotspot/src/share/vm/runtime/synchronizer.cpp	Wed Feb 19 12:08:49 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