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

src/share/vm/runtime/threadLocalStorage.hpp

Print this page
rev 2694 : imported patch headers_only

*** 66,75 **** --- 66,81 ---- # include "threadLS_linux_arm.hpp" #endif #ifdef TARGET_OS_ARCH_linux_ppc # include "threadLS_linux_ppc.hpp" #endif + #ifdef TARGET_OS_ARCH_bsd_x86 + # include "threadLS_bsd_x86.hpp" + #endif + #ifdef TARGET_OS_ARCH_bsd_zero + # include "threadLS_bsd_zero.hpp" + #endif public: // Accessor static inline int thread_index() { return _thread_index; }
src/share/vm/runtime/threadLocalStorage.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File