hotspot/src/share/vm/c1/c1_ValueMap.cpp
changeset 11635 5a16856f871f
parent 7397 5b173b4ca846
child 13489 51d8afc9439e
equal deleted inserted replaced
11634:cd87699d403b 11635:5a16856f871f
   123           if (entry->nesting() != nesting() && f->as_Constant() == NULL) {
   123           if (entry->nesting() != nesting() && f->as_Constant() == NULL) {
   124             // non-constant values of of another block must be pinned,
   124             // non-constant values of of another block must be pinned,
   125             // otherwise it is possible that they are not evaluated
   125             // otherwise it is possible that they are not evaluated
   126             f->pin(Instruction::PinGlobalValueNumbering);
   126             f->pin(Instruction::PinGlobalValueNumbering);
   127           }
   127           }
       
   128           assert(x->type()->tag() == f->type()->tag(), "should have same type");
   128 
   129 
   129           return f;
   130           return f;
   130 
   131 
   131         }
   132         }
   132       }
   133       }