< prev index next >

src/share/vm/prims/jvmtiImpl.cpp

Print this page

        

*** 680,689 **** --- 680,691 ---- slot_type = T_INT; break; case T_ARRAY: slot_type = T_OBJECT; break; + default: + break; }; if (_type != slot_type) { _result = JVMTI_ERROR_TYPE_MISMATCH; return false; }
< prev index next >