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