src/share/vm/runtime/synchronizer.cpp

Print this page
rev 6623 : 8048241: Introduce umbrella header os.inline.hpp and clean up includes
Reviewed-by: coleenp, dholmes, lfoltan

*** 39,60 **** #include "runtime/synchronizer.hpp" #include "runtime/thread.inline.hpp" #include "utilities/dtrace.hpp" #include "utilities/events.hpp" #include "utilities/preserveException.hpp" - #ifdef TARGET_OS_FAMILY_linux - # include "os_linux.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_solaris - # include "os_solaris.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_windows - # include "os_windows.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_bsd - # include "os_bsd.inline.hpp" - #endif #if defined(__GNUC__) && !defined(PPC64) // Need to inhibit inlining for older versions of GCC to avoid build-time failures #define ATTR __attribute__((noinline)) #else --- 39,48 ----