src/share/vm/utilities/events.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hsx-gc Cdiff src/share/vm/utilities/events.cpp

src/share/vm/utilities/events.cpp

Print this page
rev 3849 : imported patch thread.inline.hpp

*** 24,49 **** #include "precompiled.hpp" #include "memory/allocation.inline.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/osThread.hpp" #include "runtime/threadCritical.hpp" #include "runtime/threadLocalStorage.hpp" #include "runtime/timer.hpp" #include "utilities/events.hpp" - #ifdef TARGET_OS_FAMILY_linux - # include "thread_linux.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_solaris - # include "thread_solaris.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_windows - # include "thread_windows.inline.hpp" - #endif - #ifdef TARGET_OS_FAMILY_bsd - # include "thread_bsd.inline.hpp" - #endif EventLog* Events::_logs = NULL; StringEventLog* Events::_messages = NULL; StringEventLog* Events::_exceptions = NULL; --- 24,38 ---- #include "precompiled.hpp" #include "memory/allocation.inline.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/osThread.hpp" + #include "runtime/thread.inline.hpp" #include "runtime/threadCritical.hpp" #include "runtime/threadLocalStorage.hpp" #include "runtime/timer.hpp" #include "utilities/events.hpp" EventLog* Events::_logs = NULL; StringEventLog* Events::_messages = NULL; StringEventLog* Events::_exceptions = NULL;
src/share/vm/utilities/events.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File