< prev index next >

src/share/vm/opto/type.hpp

Print this page

        

@@ -356,10 +356,12 @@
   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 >