hotspot/src/share/vm/runtime/vmThread.cpp
changeset 24331 c0bc7e5653fb
parent 23864 8af6bd3b1375
child 24424 2658d7834c6e
--- a/hotspot/src/share/vm/runtime/vmThread.cpp	Mon Apr 28 09:31:25 2014 +0000
+++ b/hotspot/src/share/vm/runtime/vmThread.cpp	Thu May 01 05:52:28 2014 -0700
@@ -339,12 +339,6 @@
   }
 }
 
-void VMThread::print_on(outputStream* st) const {
-  st->print("\"%s\" ", name());
-  Thread::print_on(st);
-  st->cr();
-}
-
 void VMThread::evaluate_operation(VM_Operation* op) {
   ResourceMark rm;