src/share/vm/opto/type.cpp

changeset 852
f4fe12e429a4
parent 801
8261ee795323
child 990
35ae4dd6c27c
equal deleted inserted replaced
851:b6cfd754403d 852: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

mercurial