src/os/solaris/vm/os_solaris.cpp

changeset 3202
436b4a3231bf
parent 3152
3607aac85aa9
child 3281
36b057451829
equal deleted inserted replaced
3201:2ef3386478e6 3202:436b4a3231bf
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.

mercurial