src/share/vm/prims/jvmtiImpl.cpp

changeset 3156
f08d439fab8c
parent 2836
0cddebc420d8
child 3900
d2a62e0f25eb
equal deleted inserted replaced
3155:eda6988c0d81 3156:f08d439fab8c
52 # include "thread_solaris.inline.hpp" 52 # include "thread_solaris.inline.hpp"
53 #endif 53 #endif
54 #ifdef TARGET_OS_FAMILY_windows 54 #ifdef TARGET_OS_FAMILY_windows
55 # include "thread_windows.inline.hpp" 55 # include "thread_windows.inline.hpp"
56 #endif 56 #endif
57 #ifdef TARGET_OS_FAMILY_bsd
58 # include "thread_bsd.inline.hpp"
59 #endif
57 60
58 // 61 //
59 // class JvmtiAgentThread 62 // class JvmtiAgentThread
60 // 63 //
61 // JavaThread used to wrap a thread started by an agent 64 // JavaThread used to wrap a thread started by an agent

mercurial