< prev index next >

src/share/vm/opto/type.hpp

Print this page

        

*** 356,365 **** --- 356,367 ---- void dump() const { dump_on(tty); } virtual void dump2( Dict &d, uint depth, outputStream *st ) const; static void dump_stats(); + + static const char* str(const Type* t); #endif void typerr(const Type *t) const; // Mixing types error // Create basic type static const Type* get_const_basic_type(BasicType type) {
< prev index next >