hotspot/src/share/vm/runtime/synchronizer.cpp
changeset 22819 f88b9c394e42
parent 18025 b7bcf7497f93
child 22838 82c7497fbad4
--- a/hotspot/src/share/vm/runtime/synchronizer.cpp	Wed Jul 10 09:14:25 2013 -0700
+++ b/hotspot/src/share/vm/runtime/synchronizer.cpp	Fri Jul 05 22:17:47 2013 +0200
@@ -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