hotspot/src/share/vm/runtime/objectMonitor.cpp
changeset 22876 57aa8995d43b
parent 22753 749328896281
parent 22819 f88b9c394e42
child 22881 b16d7faa638d
--- a/hotspot/src/share/vm/runtime/objectMonitor.cpp	Thu Feb 13 17:57:27 2014 +0100
+++ b/hotspot/src/share/vm/runtime/objectMonitor.cpp	Wed Feb 19 12:08:49 2014 -0800
@@ -54,7 +54,7 @@
 # include "os_bsd.inline.hpp"
 #endif
 
-#if defined(__GNUC__) && !defined(IA64)
+#if defined(__GNUC__) && !defined(IA64) && !defined(PPC64)
   // Need to inhibit inlining for older versions of GCC to avoid build-time failures
   #define ATTR __attribute__((noinline))
 #else