src/share/vm/opto/type.hpp

changeset 1063
7bb995fbd3c0
parent 1014
0fbdb4381b99
parent 1059
337400e7a5dd
child 1255
915cc9c5ebc6
     1.1 --- a/src/share/vm/opto/type.hpp	Mon Mar 09 13:34:00 2009 -0700
     1.2 +++ b/src/share/vm/opto/type.hpp	Thu Mar 12 18:16:36 2009 -0700
     1.3 @@ -415,6 +415,7 @@
     1.4    static const TypeInt *CC_LE;  // [-1,0]
     1.5    static const TypeInt *CC_GE;  // [0,1] == BOOL (!)
     1.6    static const TypeInt *BYTE;
     1.7 +  static const TypeInt *UBYTE;
     1.8    static const TypeInt *CHAR;
     1.9    static const TypeInt *SHORT;
    1.10    static const TypeInt *POS;

mercurial