src/share/vm/adlc/formssel.cpp

changeset 786
fab5f738c515
parent 779
6aae2f9d0294
parent 651
8d191a7697e2
child 791
1ee8caae33af
     1.1 --- a/src/share/vm/adlc/formssel.cpp	Mon Jun 30 17:04:59 2008 -0700
     1.2 +++ b/src/share/vm/adlc/formssel.cpp	Tue Jul 01 11:59:44 2008 -0700
     1.3 @@ -729,6 +729,7 @@
     1.4          !strcmp(_matrule->_rChild->_opType,"DecodeN")    ||
     1.5          !strcmp(_matrule->_rChild->_opType,"EncodeP")    ||
     1.6          !strcmp(_matrule->_rChild->_opType,"LoadN")      ||
     1.7 +        !strcmp(_matrule->_rChild->_opType,"LoadNKlass") ||
     1.8          !strcmp(_matrule->_rChild->_opType,"CreateEx")   ||  // type of exception
     1.9          !strcmp(_matrule->_rChild->_opType,"CheckCastPP")) ) return true;
    1.10    else if ( is_ideal_load() == Form::idealP )                return true;

mercurial