< prev index next >

src/share/vm/opto/type.hpp

Print this page

        

*** 1438,1447 **** --- 1438,1448 ---- virtual intptr_t get_con() const; // Convenience common pre-built types. static const TypeKlassPtr* OBJECT; // Not-null object klass or below static const TypeKlassPtr* OBJECT_OR_NULL; // Maybe-null version of same + static const TypeKlassPtr* VALUE; static const TypeKlassPtr* BOTTOM; #ifndef PRODUCT virtual void dump2( Dict &d, uint depth, outputStream *st ) const; // Specialized per-Type dumping #endif };
< prev index next >