hotspot/src/share/vm/opto/type.hpp
changeset 2154 72a9b7284ccf
parent 2105 347008ce7984
parent 2150 0d91d17158cc
child 3173 c15503e54406
equal deleted inserted replaced
2106:ec595a5e793e 2154:72a9b7284ccf
   413   static const TypeInt *CC_GT;  // [1]   == ONE
   413   static const TypeInt *CC_GT;  // [1]   == ONE
   414   static const TypeInt *CC_EQ;  // [0]   == ZERO
   414   static const TypeInt *CC_EQ;  // [0]   == ZERO
   415   static const TypeInt *CC_LE;  // [-1,0]
   415   static const TypeInt *CC_LE;  // [-1,0]
   416   static const TypeInt *CC_GE;  // [0,1] == BOOL (!)
   416   static const TypeInt *CC_GE;  // [0,1] == BOOL (!)
   417   static const TypeInt *BYTE;
   417   static const TypeInt *BYTE;
       
   418   static const TypeInt *UBYTE;
   418   static const TypeInt *CHAR;
   419   static const TypeInt *CHAR;
   419   static const TypeInt *SHORT;
   420   static const TypeInt *SHORT;
   420   static const TypeInt *POS;
   421   static const TypeInt *POS;
   421   static const TypeInt *POS1;
   422   static const TypeInt *POS1;
   422   static const TypeInt *INT;
   423   static const TypeInt *INT;