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

Merge
author ccheung
date Fri, 04 Oct 2013 21:00:43 -0700
parents c9ccd7b85f20
children b2ee5dc63353
line wrap: on
line diff
--- a/src/share/vm/opto/type.hpp	Sat Oct 05 03:14:53 2013 +0200
+++ b/src/share/vm/opto/type.hpp	Fri Oct 04 21:00:43 2013 -0700
@@ -584,6 +584,7 @@
   static const TypeTuple *START_I2C;
   static const TypeTuple *INT_PAIR;
   static const TypeTuple *LONG_PAIR;
+  static const TypeTuple *INT_CC_PAIR;
 #ifndef PRODUCT
   virtual void dump2( Dict &d, uint, outputStream *st  ) const; // Specialized per-Type dumping
 #endif