hotspot/src/share/vm/runtime/vmThread.cpp
changeset 4489 514173c9a0c2
parent 3908 24b55ad4c228
child 4901 304ce755c6ee
--- a/hotspot/src/share/vm/runtime/vmThread.cpp	Wed Dec 02 20:32:27 2009 -0500
+++ b/hotspot/src/share/vm/runtime/vmThread.cpp	Fri Dec 11 11:09:49 2009 -0800
@@ -204,8 +204,8 @@
 }
 
 
-VMThread::VMThread() : Thread() {
-  // nothing to do
+VMThread::VMThread() : NamedThread() {
+  set_name("VM Thread");
 }
 
 void VMThread::destroy() {