src/share/vm/runtime/thread.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_headers_only Cdiff src/share/vm/runtime/thread.hpp

src/share/vm/runtime/thread.hpp

Print this page
rev 2694 : imported patch headers_only

*** 1605,1614 **** --- 1605,1620 ---- # include "thread_linux_arm.hpp" #endif #ifdef TARGET_OS_ARCH_linux_ppc # include "thread_linux_ppc.hpp" #endif + #ifdef TARGET_OS_ARCH_bsd_x86 + # include "thread_bsd_x86.hpp" + #endif + #ifdef TARGET_OS_ARCH_bsd_zero + # include "thread_bsd_zero.hpp" + #endif public: void set_blocked_on_compilation(bool value) { _blocked_on_compilation = value;
src/share/vm/runtime/thread.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File