src/share/vm/adlc/archDesc.cpp

changeset 5791
c9ccd7b85f20
parent 5221
f15fe46d8c00
child 5997
59e8ad757e19
     1.1 --- a/src/share/vm/adlc/archDesc.cpp	Thu Sep 26 12:07:53 2013 -0700
     1.2 +++ b/src/share/vm/adlc/archDesc.cpp	Fri Sep 27 08:39:19 2013 +0200
     1.3 @@ -1192,6 +1192,8 @@
     1.4           || strcmp(idealName,"CmpF") == 0
     1.5           || strcmp(idealName,"FastLock") == 0
     1.6           || strcmp(idealName,"FastUnlock") == 0
     1.7 +         || strcmp(idealName,"AddExactI") == 0
     1.8 +         || strcmp(idealName,"FlagsProj") == 0
     1.9           || strcmp(idealName,"Bool") == 0
    1.10           || strcmp(idealName,"Binary") == 0 ) {
    1.11        // Removed ConI from the must_clone list.  CPUs that cannot use

mercurial