src/share/vm/opto/phaseX.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/phaseX.cpp	Thu Mar 20 12:32:00 2014
--- new/src/share/vm/opto/phaseX.cpp	Thu Mar 20 12:31:59 2014

*** 328,338 **** --- 328,338 ---- #ifdef ASSERT uint max = size(); Node *sentinel_node = sentinel(); for (uint i = 0; i < max; ++i) { Node *n = at(i); ! if(n != NULL && n != sentinel_node && n->is_Type() && n->outcnt() > 0) { TypeNode* tn = n->as_Type(); const Type* t = tn->type(); const Type* t_no_spec = t->remove_speculative(); assert(t == t_no_spec, "dead node in hash table or missed node during speculative cleanup"); }

src/share/vm/opto/phaseX.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File