hotspot/src/share/vm/opto/type.hpp
changeset 20289 35d78de0c547
parent 19770 7cb9f982ea81
child 21099 46e6bbecd9e5
--- a/hotspot/src/share/vm/opto/type.hpp	Thu Sep 26 12:07:53 2013 -0700
+++ b/hotspot/src/share/vm/opto/type.hpp	Fri Sep 27 08:39:19 2013 +0200
@@ -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