src/share/vm/runtime/synchronizer.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 6518907 Cdiff src/share/vm/runtime/synchronizer.cpp

src/share/vm/runtime/synchronizer.cpp

Print this page

        

*** 54,64 **** #ifdef TARGET_OS_FAMILY_bsd # include "os_bsd.inline.hpp" # include "thread_bsd.inline.hpp" #endif ! #if defined(__GNUC__) && !defined(IA64) // Need to inhibit inlining for older versions of GCC to avoid build-time failures #define ATTR __attribute__((noinline)) #else #define ATTR #endif --- 54,64 ---- #ifdef TARGET_OS_FAMILY_bsd # include "os_bsd.inline.hpp" # include "thread_bsd.inline.hpp" #endif ! #if defined(__GNUC__) // Need to inhibit inlining for older versions of GCC to avoid build-time failures #define ATTR __attribute__((noinline)) #else #define ATTR #endif
src/share/vm/runtime/synchronizer.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File