diff -r cc19612c6b9f -r 91935236600e hotspot/src/os/linux/vm/os_linux.cpp --- a/hotspot/src/os/linux/vm/os_linux.cpp Mon Oct 10 21:01:36 2011 -0400 +++ b/hotspot/src/os/linux/vm/os_linux.cpp Thu Oct 13 09:35:42 2011 -0700 @@ -4357,6 +4357,11 @@ return online_cpus; } +void os::set_native_thread_name(const char *name) { + // Not yet implemented. + return; +} + bool os::distribute_processes(uint length, uint* distribution) { // Not yet implemented. return false;