hotspot/src/os/windows/vm/os_windows.cpp
changeset 10739 91935236600e
parent 10536 28111f5acd64
child 11256 025cd1741566
child 11251 e29da6b5622b
equal deleted inserted replaced
10738:cc19612c6b9f 10739:91935236600e
   706     }
   706     }
   707     return bitcount;
   707     return bitcount;
   708   } else {
   708   } else {
   709     return proc_count;
   709     return proc_count;
   710   }
   710   }
       
   711 }
       
   712 
       
   713 void os::set_native_thread_name(const char *name) {
       
   714   // Not yet implemented.
       
   715   return;
   711 }
   716 }
   712 
   717 
   713 bool os::distribute_processes(uint length, uint* distribution) {
   718 bool os::distribute_processes(uint length, uint* distribution) {
   714   // Not yet implemented.
   719   // Not yet implemented.
   715   return false;
   720   return false;