src/share/vm/opto/type.hpp

changeset 9512
992120803410
parent 9333
2fccf735a116
child 9572
624a0741915c
child 9840
9efdbe72ed1d
equal deleted inserted replaced
9511:e33aa14a0d8b 9512:992120803410
356 void dump() const { 356 void dump() const {
357 dump_on(tty); 357 dump_on(tty);
358 } 358 }
359 virtual void dump2( Dict &d, uint depth, outputStream *st ) const; 359 virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
360 static void dump_stats(); 360 static void dump_stats();
361
362 static const char* str(const Type* t);
361 #endif 363 #endif
362 void typerr(const Type *t) const; // Mixing types error 364 void typerr(const Type *t) const; // Mixing types error
363 365
364 // Create basic type 366 // Create basic type
365 static const Type* get_const_basic_type(BasicType type) { 367 static const Type* get_const_basic_type(BasicType type) {

mercurial