diff src/share/vm/opto/type.hpp @ 12972:59e8ad757e19

8026844: Various Math functions needs intrinsification Reviewed-by: kvn, twisti
author rbackman
date Fri, 18 Oct 2013 10:41:56 +0200
parents b2ee5dc63353
children 6c2f07d1495f
line wrap: on
line diff
--- a/src/share/vm/opto/type.hpp	Wed Oct 23 16:25:48 2013 -0700
+++ b/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