comparison src/share/vm/opto/type.hpp @ 12816:2720ab7a0d70

Merge
author ccheung
date Fri, 04 Oct 2013 21:00:43 -0700
parents c9ccd7b85f20
children b2ee5dc63353
comparison
equal deleted inserted replaced
12815:4212bfb33d76 12816:2720ab7a0d70
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