src/share/vm/adlc/forms.hpp

changeset 548
ba764ed4b6f2
parent 435
a61af66fc99e
child 631
d1605aabd0a1
     1.1 --- a/src/share/vm/adlc/forms.hpp	Fri Apr 11 09:56:35 2008 -0400
     1.2 +++ b/src/share/vm/adlc/forms.hpp	Sun Apr 13 17:43:42 2008 -0400
     1.3 @@ -168,7 +168,8 @@
     1.4      idealD      =  5,  // Double  type
     1.5      idealB      =  6,  // Byte    type
     1.6      idealC      =  7,  // Char    type
     1.7 -    idealS      =  8   // String  type
     1.8 +    idealS      =  8,  // String  type
     1.9 +    idealN      =  9   // Narrow oop types
    1.10    };
    1.11    // Convert ideal name to a DataType, return DataType::none if not a 'ConX'
    1.12    Form::DataType  ideal_to_const_type(const char *ideal_type_name) const;

mercurial