src/share/vm/adlc/forms.hpp

changeset 4159
8e47bac5643a
parent 3882
8c92982cbbc4
child 4161
d336b3173277
     1.1 --- a/src/share/vm/adlc/forms.hpp	Mon Oct 08 17:04:00 2012 -0700
     1.2 +++ b/src/share/vm/adlc/forms.hpp	Tue Oct 09 10:11:38 2012 +0200
     1.3 @@ -173,7 +173,8 @@
     1.4      idealC      =  7,  // Char    type
     1.5      idealS      =  8,  // String  type
     1.6      idealN      =  9,  // Narrow oop types
     1.7 -    idealV      = 10   // Vector  type
     1.8 +    idealNKlass = 10,  // Narrow klass types
     1.9 +    idealV      = 11   // Vector  type
    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