comparison src/share/vm/runtime/vmThread.hpp @ 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 d0aa87f04bd5
children be0ac0e8f6e7
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
24 24
25 #ifndef SHARE_VM_RUNTIME_VMTHREAD_HPP 25 #ifndef SHARE_VM_RUNTIME_VMTHREAD_HPP
26 #define SHARE_VM_RUNTIME_VMTHREAD_HPP 26 #define SHARE_VM_RUNTIME_VMTHREAD_HPP
27 27
28 #include "runtime/perfData.hpp" 28 #include "runtime/perfData.hpp"
29 #include "runtime/thread.inline.hpp"
29 #include "runtime/vm_operations.hpp" 30 #include "runtime/vm_operations.hpp"
30 #ifdef TARGET_OS_FAMILY_linux
31 # include "thread_linux.inline.hpp"
32 #endif
33 #ifdef TARGET_OS_FAMILY_solaris
34 # include "thread_solaris.inline.hpp"
35 #endif
36 #ifdef TARGET_OS_FAMILY_windows
37 # include "thread_windows.inline.hpp"
38 #endif
39 #ifdef TARGET_OS_FAMILY_bsd
40 # include "thread_bsd.inline.hpp"
41 #endif
42 31
43 // 32 //
44 // Prioritized queue of VM operations. 33 // Prioritized queue of VM operations.
45 // 34 //
46 // Encapsulates both queue management and 35 // Encapsulates both queue management and