comparison src/share/vm/utilities/events.cpp @ 7180:f34d701e952e

8003935: Simplify the needed includes for using Thread::current() Reviewed-by: dholmes, rbackman, coleenp
author stefank
date Tue, 27 Nov 2012 14:20:21 +0100
parents 09d00c18e323
children 0297e36d24a1 78bbf4d43a14
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "memory/allocation.inline.hpp" 26 #include "memory/allocation.inline.hpp"
27 #include "runtime/mutexLocker.hpp" 27 #include "runtime/mutexLocker.hpp"
28 #include "runtime/osThread.hpp" 28 #include "runtime/osThread.hpp"
29 #include "runtime/thread.inline.hpp"
29 #include "runtime/threadCritical.hpp" 30 #include "runtime/threadCritical.hpp"
30 #include "runtime/threadLocalStorage.hpp" 31 #include "runtime/threadLocalStorage.hpp"
31 #include "runtime/timer.hpp" 32 #include "runtime/timer.hpp"
32 #include "utilities/events.hpp" 33 #include "utilities/events.hpp"
33 #ifdef TARGET_OS_FAMILY_linux
34 # include "thread_linux.inline.hpp"
35 #endif
36 #ifdef TARGET_OS_FAMILY_solaris
37 # include "thread_solaris.inline.hpp"
38 #endif
39 #ifdef TARGET_OS_FAMILY_windows
40 # include "thread_windows.inline.hpp"
41 #endif
42 #ifdef TARGET_OS_FAMILY_bsd
43 # include "thread_bsd.inline.hpp"
44 #endif
45 34
46 35
47 EventLog* Events::_logs = NULL; 36 EventLog* Events::_logs = NULL;
48 StringEventLog* Events::_messages = NULL; 37 StringEventLog* Events::_messages = NULL;
49 StringEventLog* Events::_exceptions = NULL; 38 StringEventLog* Events::_exceptions = NULL;