equal
deleted
inserted
replaced
43 #ifdef TARGET_OS_FAMILY_solaris |
43 #ifdef TARGET_OS_FAMILY_solaris |
44 # include "thread_solaris.inline.hpp" |
44 # include "thread_solaris.inline.hpp" |
45 #endif |
45 #endif |
46 #ifdef TARGET_OS_FAMILY_windows |
46 #ifdef TARGET_OS_FAMILY_windows |
47 # include "thread_windows.inline.hpp" |
47 # include "thread_windows.inline.hpp" |
|
48 #endif |
|
49 #ifdef TARGET_OS_FAMILY_bsd |
|
50 # include "thread_bsd.inline.hpp" |
48 #endif |
51 #endif |
49 |
52 |
50 HS_DTRACE_PROBE_DECL3(hotspot, vmops__request, char *, uintptr_t, int); |
53 HS_DTRACE_PROBE_DECL3(hotspot, vmops__request, char *, uintptr_t, int); |
51 HS_DTRACE_PROBE_DECL3(hotspot, vmops__begin, char *, uintptr_t, int); |
54 HS_DTRACE_PROBE_DECL3(hotspot, vmops__begin, char *, uintptr_t, int); |
52 HS_DTRACE_PROBE_DECL3(hotspot, vmops__end, char *, uintptr_t, int); |
55 HS_DTRACE_PROBE_DECL3(hotspot, vmops__end, char *, uintptr_t, int); |