hotspot/src/share/vm/opto/type.hpp
changeset 21105 47618ee96ed5
parent 21099 46e6bbecd9e5
child 21202 0356e40b1017
--- a/hotspot/src/share/vm/opto/type.hpp	Wed Oct 23 16:25:48 2013 -0700
+++ b/hotspot/src/share/vm/opto/type.hpp	Fri Oct 18 10:41:56 2013 +0200
@@ -593,6 +593,7 @@
   static const TypeTuple *INT_PAIR;
   static const TypeTuple *LONG_PAIR;
   static const TypeTuple *INT_CC_PAIR;
+  static const TypeTuple *LONG_CC_PAIR;
 #ifndef PRODUCT
   virtual void dump2( Dict &d, uint, outputStream *st  ) const; // Specialized per-Type dumping
 #endif