src/share/vm/runtime/vmThread.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/vmThread.cpp	Tue Sep 13 12:19:32 2011
--- new/src/share/vm/runtime/vmThread.cpp	Tue Sep 13 12:19:32 2011

*** 44,53 **** --- 44,56 ---- # include "thread_solaris.inline.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "thread_windows.inline.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "thread_bsd.inline.hpp" + #endif HS_DTRACE_PROBE_DECL3(hotspot, vmops__request, char *, uintptr_t, int); HS_DTRACE_PROBE_DECL3(hotspot, vmops__begin, char *, uintptr_t, int); HS_DTRACE_PROBE_DECL3(hotspot, vmops__end, char *, uintptr_t, int);

src/share/vm/runtime/vmThread.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File