< prev index next >

src/share/vm/opto/castnode.cpp

Print this page

        

@@ -109,11 +109,11 @@
 }
 
 TypeNode* ConstraintCastNode::dominating_cast(PhaseTransform *phase) const {
   Node* val = in(1);
   Node* ctl = in(0);
-  int opc = Opcode();
+  uint opc = Opcode();
   if (ctl == NULL) {
     return NULL;
   }
   // Range check CastIIs may all end up under a single range check and
   // in that case only the narrower CastII would be kept by the code
< prev index next >