< prev index next >

src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp

Print this page
rev 52211 : [mq]: tinit

*** 210,223 **** #endif // AMD64 return true; } - void os::initialize_thread(Thread* thr) { - // Nothing to do. - } - // Atomics and Stub Functions typedef int32_t xchg_func_t (int32_t, volatile int32_t*); typedef int64_t xchg_long_func_t (int64_t, volatile int64_t*); typedef int32_t cmpxchg_func_t (int32_t, volatile int32_t*, int32_t); --- 210,219 ----
< prev index next >