comparison src/os/windows/vm/os_windows.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 0a63380c8ac8
children 04b9a2566eec e7dead7e90af 11c26bfcf8c7
comparison
equal deleted inserted replaced
4005:2ef3386478e6 4006:436b4a3231bf
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;