comparison src/share/vm/runtime/interfaceSupport.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 b9a9ed0f8eeb
children 9758d9f36299 bdd155477289
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
29 #include "runtime/handles.inline.hpp" 29 #include "runtime/handles.inline.hpp"
30 #include "runtime/mutexLocker.hpp" 30 #include "runtime/mutexLocker.hpp"
31 #include "runtime/orderAccess.hpp" 31 #include "runtime/orderAccess.hpp"
32 #include "runtime/os.hpp" 32 #include "runtime/os.hpp"
33 #include "runtime/safepoint.hpp" 33 #include "runtime/safepoint.hpp"
34 #include "runtime/thread.inline.hpp"
34 #include "runtime/vmThread.hpp" 35 #include "runtime/vmThread.hpp"
35 #include "utilities/globalDefinitions.hpp" 36 #include "utilities/globalDefinitions.hpp"
36 #include "utilities/preserveException.hpp" 37 #include "utilities/preserveException.hpp"
37 #include "utilities/top.hpp" 38 #include "utilities/top.hpp"
38 #ifdef TARGET_OS_FAMILY_linux
39 # include "thread_linux.inline.hpp"
40 #endif
41 #ifdef TARGET_OS_FAMILY_solaris
42 # include "thread_solaris.inline.hpp"
43 #endif
44 #ifdef TARGET_OS_FAMILY_windows
45 # include "thread_windows.inline.hpp"
46 #endif
47 #ifdef TARGET_OS_FAMILY_bsd
48 # include "thread_bsd.inline.hpp"
49 #endif
50 39
51 // Wrapper for all entry points to the virtual machine. 40 // Wrapper for all entry points to the virtual machine.
52 // The HandleMarkCleaner is a faster version of HandleMark. 41 // The HandleMarkCleaner is a faster version of HandleMark.
53 // It relies on the fact that there is a HandleMark further 42 // It relies on the fact that there is a HandleMark further
54 // down the stack (in JavaCalls::call_helper), and just resets 43 // down the stack (in JavaCalls::call_helper), and just resets