hotspot/src/share/vm/runtime/objectMonitor.cpp
changeset 22881 b16d7faa638d
parent 22796 bb0ea482a99e
parent 22876 57aa8995d43b
child 24351 61b33cc6d3cf
--- a/hotspot/src/share/vm/runtime/objectMonitor.cpp	Tue Feb 18 09:54:24 2014 -0500
+++ b/hotspot/src/share/vm/runtime/objectMonitor.cpp	Thu Feb 20 12:20:56 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