hotspot/src/share/vm/runtime/vmThread.cpp
changeset 10565 dc90c239f4ec
parent 9342 456b8d0486b5
child 10739 91935236600e
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    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);