hotspot/src/share/vm/prims/jvm.cpp
changeset 10565 dc90c239f4ec
parent 10546 e79347eebbc5
child 10739 91935236600e
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    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);