hotspot/src/os/windows/vm/os_windows.cpp
changeset 10739 91935236600e
parent 10536 28111f5acd64
child 11256 025cd1741566
child 11251 e29da6b5622b
--- 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;