hotspot/src/share/vm/runtime/thread.cpp
changeset 24337 ddce5dcb6be1
parent 24322 c2978d1578e3
parent 24331 c0bc7e5653fb
child 24352 9ba9e99b1ba7
--- a/hotspot/src/share/vm/runtime/thread.cpp	Fri May 02 19:00:04 2014 -0700
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Wed May 07 18:19:31 2014 -0400
@@ -1198,6 +1198,13 @@
   va_end(ap);
 }
 
+void NamedThread::print_on(outputStream* st) const {
+  st->print("\"%s\" ", name());
+  Thread::print_on(st);
+  st->cr();
+}
+
+
 // ======= WatcherThread ========
 
 // The watcher thread exists to simulate timer interrupts.  It should