src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hsx-gc Cdiff src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp

src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp

Print this page
rev 3849 : imported patch thread.inline.hpp

*** 21,32 **** * questions. * */ #include "precompiled.hpp" #include "runtime/threadLocalStorage.hpp" - #include "thread_windows.inline.hpp" // Provides an entry point we can link against and // a buffer we can emit code into. The buffer is // filled by ThreadLocalStorage::generate_code_for_get_thread // and called from ThreadLocalStorage::thread() --- 21,32 ---- * questions. * */ #include "precompiled.hpp" + #include "runtime/thread.inline.hpp" #include "runtime/threadLocalStorage.hpp" // Provides an entry point we can link against and // a buffer we can emit code into. The buffer is // filled by ThreadLocalStorage::generate_code_for_get_thread // and called from ThreadLocalStorage::thread()
src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File