comparison src/share/vm/prims/jvmtiImpl.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 070d523b96a7
children 291ffc492eb6 8b46b0196eb0
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
39 #include "runtime/interfaceSupport.hpp" 39 #include "runtime/interfaceSupport.hpp"
40 #include "runtime/javaCalls.hpp" 40 #include "runtime/javaCalls.hpp"
41 #include "runtime/os.hpp" 41 #include "runtime/os.hpp"
42 #include "runtime/serviceThread.hpp" 42 #include "runtime/serviceThread.hpp"
43 #include "runtime/signature.hpp" 43 #include "runtime/signature.hpp"
44 #include "runtime/thread.inline.hpp"
44 #include "runtime/vframe.hpp" 45 #include "runtime/vframe.hpp"
45 #include "runtime/vframe_hp.hpp" 46 #include "runtime/vframe_hp.hpp"
46 #include "runtime/vm_operations.hpp" 47 #include "runtime/vm_operations.hpp"
47 #include "utilities/exceptions.hpp" 48 #include "utilities/exceptions.hpp"
48 #ifdef TARGET_OS_FAMILY_linux
49 # include "thread_linux.inline.hpp"
50 #endif
51 #ifdef TARGET_OS_FAMILY_solaris
52 # include "thread_solaris.inline.hpp"
53 #endif
54 #ifdef TARGET_OS_FAMILY_windows
55 # include "thread_windows.inline.hpp"
56 #endif
57 #ifdef TARGET_OS_FAMILY_bsd
58 # include "thread_bsd.inline.hpp"
59 #endif
60 49
61 // 50 //
62 // class JvmtiAgentThread 51 // class JvmtiAgentThread
63 // 52 //
64 // JavaThread used to wrap a thread started by an agent 53 // JavaThread used to wrap a thread started by an agent