hotspot/src/os/solaris/vm/os_solaris.cpp
changeset 10739 91935236600e
parent 10561 bf51fe78a9ad
child 11161 ec855b5a23c2
equal deleted inserted replaced
10738:cc19612c6b9f 10739:91935236600e
   665   }
   665   }
   666   if (available_id != NULL) {
   666   if (available_id != NULL) {
   667     FREE_C_HEAP_ARRAY(bool, available_id);
   667     FREE_C_HEAP_ARRAY(bool, available_id);
   668   }
   668   }
   669   return true;
   669   return true;
       
   670 }
       
   671 
       
   672 void os::set_native_thread_name(const char *name) {
       
   673   // Not yet implemented.
       
   674   return;
   670 }
   675 }
   671 
   676 
   672 bool os::distribute_processes(uint length, uint* distribution) {
   677 bool os::distribute_processes(uint length, uint* distribution) {
   673   bool result = false;
   678   bool result = false;
   674   // Find the processor id's of all the available CPUs.
   679   // Find the processor id's of all the available CPUs.