src/share/vm/adlc/archDesc.cpp

changeset 4159
8e47bac5643a
parent 3882
8c92982cbbc4
child 4161
d336b3173277
     1.1 --- a/src/share/vm/adlc/archDesc.cpp	Mon Oct 08 17:04:00 2012 -0700
     1.2 +++ b/src/share/vm/adlc/archDesc.cpp	Tue Oct 09 10:11:38 2012 +0200
     1.3 @@ -968,7 +968,8 @@
     1.4    // Create InstructForm and assign type for each ideal instruction.
     1.5    for ( int j = _last_machine_leaf+1; j < _last_opcode; ++j) {
     1.6      char         *ident    = (char *)NodeClassNames[j];
     1.7 -    if(!strcmp(ident, "ConI") || !strcmp(ident, "ConP") || !strcmp(ident, "ConN") ||
     1.8 +    if(!strcmp(ident, "ConI") || !strcmp(ident, "ConP") ||
     1.9 +       !strcmp(ident, "ConN") || !strcmp(ident, "ConNKlass") ||
    1.10         !strcmp(ident, "ConF") || !strcmp(ident, "ConD") ||
    1.11         !strcmp(ident, "ConL") || !strcmp(ident, "Con" ) ||
    1.12         !strcmp(ident, "Bool") ) {

mercurial