diff src/share/vm/opto/type.cpp @ 417:f4fe12e429a4

6764622: IdealGraphVisualizer fixes Reviewed-by: rasbold, jrose
author never
date Thu, 30 Oct 2008 17:08:48 -0700
parents 8261ee795323
children 35ae4dd6c27c
line wrap: on
line diff
--- a/src/share/vm/opto/type.cpp	Tue Oct 28 18:02:09 2008 -0700
+++ b/src/share/vm/opto/type.cpp	Thu Oct 30 17:08:48 2008 -0700
@@ -3541,7 +3541,7 @@
 
 #ifndef PRODUCT
 void TypeNarrowOop::dump2( Dict & d, uint depth, outputStream *st ) const {
-  tty->print("narrowoop: ");
+  st->print("narrowoop: ");
   _ooptype->dump2(d, depth, st);
 }
 #endif