hotspot/src/os/linux/vm/os_linux.cpp
changeset 10739 91935236600e
parent 10571 956e26fdfc4f
child 11161 ec855b5a23c2
--- 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;