src/share/vm/prims/jvm.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_full Cdiff src/share/vm/prims/jvm.cpp

src/share/vm/prims/jvm.cpp

Print this page
rev 2694 : imported patch headers_only

*** 71,80 **** --- 71,83 ---- # include "jvm_solaris.h" #endif #ifdef TARGET_OS_FAMILY_windows # include "jvm_windows.h" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "jvm_bsd.h" + #endif #include <errno.h> HS_DTRACE_PROBE_DECL1(hotspot, thread__sleep__begin, long long); HS_DTRACE_PROBE_DECL1(hotspot, thread__sleep__end, int);
src/share/vm/prims/jvm.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File