comparison src/os/solaris/vm/os_solaris.cpp @ 4006:436b4a3231bf

7098194: integrate macosx-port changes Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: Christos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
author dcubed
date Thu, 13 Oct 2011 09:35:42 -0700
parents 3607aac85aa9
children 36b057451829
comparison
equal deleted inserted replaced
4005:2ef3386478e6 4006: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.