src/share/vm/opto/type.hpp

changeset 5791
c9ccd7b85f20
parent 5658
edb5ab0f3fe5
child 5991
b2ee5dc63353
equal deleted inserted replaced
5790:72b7e96c1922 5791:c9ccd7b85f20
582 static const TypeTuple *MEMBAR; 582 static const TypeTuple *MEMBAR;
583 static const TypeTuple *STORECONDITIONAL; 583 static const TypeTuple *STORECONDITIONAL;
584 static const TypeTuple *START_I2C; 584 static const TypeTuple *START_I2C;
585 static const TypeTuple *INT_PAIR; 585 static const TypeTuple *INT_PAIR;
586 static const TypeTuple *LONG_PAIR; 586 static const TypeTuple *LONG_PAIR;
587 static const TypeTuple *INT_CC_PAIR;
587 #ifndef PRODUCT 588 #ifndef PRODUCT
588 virtual void dump2( Dict &d, uint, outputStream *st ) const; // Specialized per-Type dumping 589 virtual void dump2( Dict &d, uint, outputStream *st ) const; // Specialized per-Type dumping
589 #endif 590 #endif
590 }; 591 };
591 592

mercurial