hotspot/src/share/vm/runtime/thread.cpp
changeset 24331 c0bc7e5653fb
parent 23855 c4574075402c
child 24337 ddce5dcb6be1
--- a/hotspot/src/share/vm/runtime/thread.cpp	Mon Apr 28 09:31:25 2014 +0000
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Thu May 01 05:52:28 2014 -0700
@@ -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