< prev index next >

src/share/vm/code/exceptionHandlerTable.cpp

Print this page
rev 8978 : imported patch remove_err_msg

*** 223,230 **** void ImplicitExceptionTable::verify(nmethod *nm) const { for (uint i = 0; i < len(); i++) { if ((*adr(i) > (unsigned int)nm->insts_size()) || (*(adr(i)+1) > (unsigned int)nm->insts_size())) ! fatal(err_msg("Invalid offset in ImplicitExceptionTable at " PTR_FORMAT, _data)); } } --- 223,230 ---- void ImplicitExceptionTable::verify(nmethod *nm) const { for (uint i = 0; i < len(); i++) { if ((*adr(i) > (unsigned int)nm->insts_size()) || (*(adr(i)+1) > (unsigned int)nm->insts_size())) ! fatal("Invalid offset in ImplicitExceptionTable at " PTR_FORMAT, _data); } }
< prev index next >