hotspot/src/os/solaris/vm/os_solaris.cpp
changeset 10739 91935236600e
parent 10561 bf51fe78a9ad
child 11161 ec855b5a23c2
--- a/hotspot/src/os/solaris/vm/os_solaris.cpp	Mon Oct 10 21:01:36 2011 -0400
+++ b/hotspot/src/os/solaris/vm/os_solaris.cpp	Thu Oct 13 09:35:42 2011 -0700
@@ -669,6 +669,11 @@
   return true;
 }
 
+void os::set_native_thread_name(const char *name) {
+  // Not yet implemented.
+  return;
+}
+
 bool os::distribute_processes(uint length, uint* distribution) {
   bool result = false;
   // Find the processor id's of all the available CPUs.