src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp
changeset 52302 912b79d983d9
parent 49449 ef5d5d343e2a
child 53605 853c68ff2ed7
equal deleted inserted replaced
52301:fbfcdc5bf694 52302:912b79d983d9
   210 
   210 
   211 #endif // AMD64
   211 #endif // AMD64
   212   return true;
   212   return true;
   213 }
   213 }
   214 
   214 
   215 void os::initialize_thread(Thread* thr) {
       
   216 // Nothing to do.
       
   217 }
       
   218 
       
   219 // Atomics and Stub Functions
   215 // Atomics and Stub Functions
   220 
   216 
   221 typedef int32_t   xchg_func_t            (int32_t,  volatile int32_t*);
   217 typedef int32_t   xchg_func_t            (int32_t,  volatile int32_t*);
   222 typedef int64_t   xchg_long_func_t       (int64_t,  volatile int64_t*);
   218 typedef int64_t   xchg_long_func_t       (int64_t,  volatile int64_t*);
   223 typedef int32_t   cmpxchg_func_t         (int32_t,  volatile int32_t*, int32_t);
   219 typedef int32_t   cmpxchg_func_t         (int32_t,  volatile int32_t*, int32_t);