comparison src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp @ 7180:f34d701e952e

8003935: Simplify the needed includes for using Thread::current() Reviewed-by: dholmes, rbackman, coleenp
author stefank
date Tue, 27 Nov 2012 14:20:21 +0100
parents f95d63e2154a
children 291ffc492eb6
comparison
equal deleted inserted replaced
7179:d0aa87f04bd5 7180:f34d701e952e
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #include "runtime/thread.inline.hpp"
26 #include "runtime/threadLocalStorage.hpp" 27 #include "runtime/threadLocalStorage.hpp"
27 #include "thread_windows.inline.hpp"
28 28
29 // Provides an entry point we can link against and 29 // Provides an entry point we can link against and
30 // a buffer we can emit code into. The buffer is 30 // a buffer we can emit code into. The buffer is
31 // filled by ThreadLocalStorage::generate_code_for_get_thread 31 // filled by ThreadLocalStorage::generate_code_for_get_thread
32 // and called from ThreadLocalStorage::thread() 32 // and called from ThreadLocalStorage::thread()