comparison src/share/vm/prims/jvmtiEnv.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
51 #include "runtime/javaCalls.hpp" 51 #include "runtime/javaCalls.hpp"
52 #include "runtime/jfieldIDWorkaround.hpp" 52 #include "runtime/jfieldIDWorkaround.hpp"
53 #include "runtime/osThread.hpp" 53 #include "runtime/osThread.hpp"
54 #include "runtime/reflectionUtils.hpp" 54 #include "runtime/reflectionUtils.hpp"
55 #include "runtime/signature.hpp" 55 #include "runtime/signature.hpp"
56 #include "runtime/thread.inline.hpp"
56 #include "runtime/vframe.hpp" 57 #include "runtime/vframe.hpp"
57 #include "runtime/vmThread.hpp" 58 #include "runtime/vmThread.hpp"
58 #include "services/threadService.hpp" 59 #include "services/threadService.hpp"
59 #include "utilities/exceptions.hpp" 60 #include "utilities/exceptions.hpp"
60 #include "utilities/preserveException.hpp" 61 #include "utilities/preserveException.hpp"
61 #ifdef TARGET_OS_FAMILY_linux
62 # include "thread_linux.inline.hpp"
63 #endif
64 #ifdef TARGET_OS_FAMILY_solaris
65 # include "thread_solaris.inline.hpp"
66 #endif
67 #ifdef TARGET_OS_FAMILY_windows
68 # include "thread_windows.inline.hpp"
69 #endif
70 #ifdef TARGET_OS_FAMILY_bsd
71 # include "thread_bsd.inline.hpp"
72 #endif
73
74 62
75 63
76 #define FIXLATER 0 // REMOVE this when completed. 64 #define FIXLATER 0 // REMOVE this when completed.
77 65
78 // FIXLATER: hook into JvmtiTrace 66 // FIXLATER: hook into JvmtiTrace