Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: don't optimize calls to CORINFO_HELP_VIRTUAL_FUNC_PTR
The jit currently replaces calls to `CORINFO_HELP_VIRTUAL_FUNC_PTR` whose results are unused with null pointer checks. But this helper can now throw a variety of exceptions, so this optimization is incorrect. Fixes dotnet#82127.
- Loading branch information