src/share/vm/prims/jvm.cpp

changeset 3156
f08d439fab8c
parent 3137
e6b1331a51d2
child 3202
436b4a3231bf
equal deleted inserted replaced
3155:eda6988c0d81 3156:f08d439fab8c
71 # include "jvm_solaris.h" 71 # include "jvm_solaris.h"
72 #endif 72 #endif
73 #ifdef TARGET_OS_FAMILY_windows 73 #ifdef TARGET_OS_FAMILY_windows
74 # include "jvm_windows.h" 74 # include "jvm_windows.h"
75 #endif 75 #endif
76 #ifdef TARGET_OS_FAMILY_bsd
77 # include "jvm_bsd.h"
78 #endif
76 79
77 #include <errno.h> 80 #include <errno.h>
78 81
79 HS_DTRACE_PROBE_DECL1(hotspot, thread__sleep__begin, long long); 82 HS_DTRACE_PROBE_DECL1(hotspot, thread__sleep__begin, long long);
80 HS_DTRACE_PROBE_DECL1(hotspot, thread__sleep__end, int); 83 HS_DTRACE_PROBE_DECL1(hotspot, thread__sleep__end, int);

mercurial