diff -r cc19612c6b9f -r 91935236600e hotspot/src/os/windows/vm/os_windows.cpp --- a/hotspot/src/os/windows/vm/os_windows.cpp Mon Oct 10 21:01:36 2011 -0400 +++ b/hotspot/src/os/windows/vm/os_windows.cpp Thu Oct 13 09:35:42 2011 -0700 @@ -710,6 +710,11 @@ } } +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;