hotspot/src/os_cpu/windows_x86/vm/os_windows_x86.cpp
changeset 13859 7fe4578493fc
parent 11961 0abd4cd26e5a
child 13932 b8d718f01df4
equal deleted inserted replaced
13856:bb11e2aa5265 13859:7fe4578493fc
   217 
   217 
   218 #endif // AMD64
   218 #endif // AMD64
   219   return true;
   219   return true;
   220 }
   220 }
   221 
   221 
   222 void os::initialize_thread() {
   222 void os::initialize_thread(Thread* thr) {
   223 // Nothing to do.
   223 // Nothing to do.
   224 }
   224 }
   225 
   225 
   226 // Atomics and Stub Functions
   226 // Atomics and Stub Functions
   227 
   227