hotspot/src/share/vm/opto/superword.cpp
changeset 33589 7cbd1b2c139b
parent 33198 b37ad9fbf681
child 33626 3c94db05e903
equal deleted inserted replaced
33580:c2d95df2c54e 33589:7cbd1b2c139b
  3663   }
  3663   }
  3664   return 0;
  3664   return 0;
  3665 }
  3665 }
  3666 
  3666 
  3667 int SuperWord::mark_generations() {
  3667 int SuperWord::mark_generations() {
  3668   Node *ii_err = 0, *tail_err;
  3668   Node *ii_err = NULL, *tail_err = NULL;
  3669   for (int i = 0; i < _mem_slice_head.length(); i++) {
  3669   for (int i = 0; i < _mem_slice_head.length(); i++) {
  3670     Node* phi  = _mem_slice_head.at(i);
  3670     Node* phi  = _mem_slice_head.at(i);
  3671     assert(phi->is_Phi(), "must be phi");
  3671     assert(phi->is_Phi(), "must be phi");
  3672 
  3672 
  3673     Node* tail = _mem_slice_tail.at(i);
  3673     Node* tail = _mem_slice_tail.at(i);