// Set the address of the abstract method code
final Address errorAddr = Unsafe
.getJumpTableEntry(X86JumpTable.VM_INVOKE_ABSTRACT_IDX);
final VmCompiledCode code = VmUtils.getVm().getCompiledMethods()
.createCompiledCode(null, method, this, null,
errorAddr.toAddress(), null, 0, null, null, null);
method.addCompiledCode(code, level);
return null;
}
}