-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure Loader/classloader/DefaultInterfaceMethods/reabstraction/reabstraction/reabstraction.sh #82127
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak Issue DetailsLooks like it fails in all coreclr linux arm64 Checked jitobjectstackallocation @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
|
I'll take this one. |
runtime/src/coreclr/jit/morph.cpp Lines 7805 to 7822 in 2410737
Not sure when this behavior changed. |
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.
https://dev.azure.com/dnceng-public/public/_build/results?buildId=169012&view=ms.vss-test-web.build-test-results-tab&runId=3405426&paneView=debug
Looks like it fails in all
jitobjectstackallocation
scenarios.coreclr linux arm64 Checked jitobjectstackallocation @ (Ubuntu.1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8
@AndyAyersMS
The text was updated successfully, but these errors were encountered: