final VmAddress nativeCode = (VmAddress) cm.getCodeStart().getObject();
final VmCompiledExceptionHandler[] eTable;
final VmAddress defExHandler;
final VmByteCode bc;
final VmAddressMap aTable = cm.getAddressTable();
if (!(method.isNative() || abstractM)) {
final NativeStream.ObjectRef defExHRef = cm
.getDefExceptionHandler();
if (defExHRef != null) {