src/hotspot/share/opto/type.hpp
changeset 53041 f15af1e2c683
parent 52925 9c18c9d839d3
child 53244 9807daeb47c4
--- a/src/hotspot/share/opto/type.hpp	Tue Dec 18 16:22:46 2018 -0500
+++ b/src/hotspot/share/opto/type.hpp	Tue Dec 18 16:50:35 2018 +0000
@@ -483,6 +483,8 @@
   // Convenience common pre-built types.
   static const TypeF *ZERO; // positive zero only
   static const TypeF *ONE;
+  static const TypeF *POS_INF;
+  static const TypeF *NEG_INF;
 #ifndef PRODUCT
   virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
 #endif
@@ -510,6 +512,8 @@
   // Convenience common pre-built types.
   static const TypeD *ZERO; // positive zero only
   static const TypeD *ONE;
+  static const TypeD *POS_INF;
+  static const TypeD *NEG_INF;
 #ifndef PRODUCT
   virtual void dump2( Dict &d, uint depth, outputStream *st ) const;
 #endif