src/hotspot/os/windows/os_windows.cpp
changeset 58813 67009d58dd70
parent 58654 562bf1878089
child 59056 15936b142f86
equal deleted inserted replaced
58812:4adca7312d8f 58813:67009d58dd70
   791     }
   791     }
   792     return bitcount;
   792     return bitcount;
   793   } else {
   793   } else {
   794     return proc_count;
   794     return proc_count;
   795   }
   795   }
       
   796 }
       
   797 
       
   798 uint os::processor_id() {
       
   799   return (uint)GetCurrentProcessorNumber();
   796 }
   800 }
   797 
   801 
   798 void os::set_native_thread_name(const char *name) {
   802 void os::set_native_thread_name(const char *name) {
   799 
   803 
   800   // See: http://msdn.microsoft.com/en-us/library/xcb2z8hs.aspx
   804   // See: http://msdn.microsoft.com/en-us/library/xcb2z8hs.aspx