comparison src/share/vm/opto/compile.cpp @ 293:c3e045194476

6731641: assert(m->adr_type() == mach->adr_type(),"matcher should not change adr type") Summary: fixed few addP node type and narrow oop type problems. Reviewed-by: rasbold, never
author kvn
date Fri, 01 Aug 2008 10:06:45 -0700
parents b0fe4deeb9fb
children 93befa083681 cecd8eb4e0ca
comparison
equal deleted inserted replaced
257:40b69ca33f4b 293:c3e045194476
2109 if( in2 != NULL ) { 2109 if( in2 != NULL ) {
2110 Node* cmpN = new (C, 3) CmpNNode(n->in(1)->in(1), in2); 2110 Node* cmpN = new (C, 3) CmpNNode(n->in(1)->in(1), in2);
2111 n->subsume_by( cmpN ); 2111 n->subsume_by( cmpN );
2112 } 2112 }
2113 } 2113 }
2114 break;
2114 #endif 2115 #endif
2115 2116
2116 case Op_ModI: 2117 case Op_ModI:
2117 if (UseDivMod) { 2118 if (UseDivMod) {
2118 // Check if a%b and a/b both exist 2119 // Check if a%b and a/b both exist