comparison 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
comparison
equal deleted inserted replaced
416:b6cfd754403d 417:f4fe12e429a4
3539 return _ooptype->get_con(); 3539 return _ooptype->get_con();
3540 } 3540 }
3541 3541
3542 #ifndef PRODUCT 3542 #ifndef PRODUCT
3543 void TypeNarrowOop::dump2( Dict & d, uint depth, outputStream *st ) const { 3543 void TypeNarrowOop::dump2( Dict & d, uint depth, outputStream *st ) const {
3544 tty->print("narrowoop: "); 3544 st->print("narrowoop: ");
3545 _ooptype->dump2(d, depth, st); 3545 _ooptype->dump2(d, depth, st);
3546 } 3546 }
3547 #endif 3547 #endif
3548 3548
3549 3549