< prev index next >

src/hotspot/share/opto/type.cpp

Print this page

        

*** 859,869 **** const Type *mt = this_t->xmeet(t); #ifdef ASSERT if (isa_narrowoop() || t->isa_narrowoop()) return mt; if (isa_narrowklass() || t->isa_narrowklass()) return mt; - if (isa_vect() || t->isa_vect()) return mt; Compile* C = Compile::current(); if (!C->_type_verify_symmetry) { return mt; } this_t->check_symmetrical(t, mt); --- 859,868 ----
< prev index next >