hotspot/src/share/vm/runtime/synchronizer.cpp
changeset 22872 b6902ee5bc8d
parent 22190 d306a75a70d3
parent 22838 82c7497fbad4
child 22876 57aa8995d43b
--- a/hotspot/src/share/vm/runtime/synchronizer.cpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/hotspot/src/share/vm/runtime/synchronizer.cpp	Tue Jan 28 12:25:34 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