src/os_cpu/bsd_x86/vm/threadLS_bsd_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/os_cpu/bsd_x86/vm/threadLS_bsd_x86.cpp	Fri Nov 23 10:38:02 2012
--- new/src/os_cpu/bsd_x86/vm/threadLS_bsd_x86.cpp	Fri Nov 23 10:38:02 2012

*** 21,32 **** --- 21,32 ---- * questions. * */ #include "precompiled.hpp" + #include "runtime/thread.inline.hpp" #include "runtime/threadLocalStorage.hpp" #include "thread_bsd.inline.hpp" // Map stack pointer (%esp) to thread pointer for faster TLS access // // Here we use a flat table for better performance. Getting current thread // is down to one memory access (read _sp_map[%esp>>12]) in generated code

src/os_cpu/bsd_x86/vm/threadLS_bsd_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File