Skip to content
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

[mini] gshared: Implement static virtual method constrained.ldftn in the JIT #61672

Closed
Tracked by #49904
lambdageek opened this issue Nov 16, 2021 · 1 comment
Closed
Tracked by #49904
Assignees
Milestone

Comments

@lambdageek
Copy link
Member

See

if (m_method_is_static (cmethod) && mini_class_check_context_used (cfg, constrained_class))
// FIXME:
GENERIC_SHARING_FAILURE (CEE_LDFTN);

Contributes to #49904

@lambdageek lambdageek added this to the 7.0.0 milestone Nov 16, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Nov 16, 2021
@jeffschwMSFT jeffschwMSFT removed the untriaged New issue has not been triaged by the area owner label Jan 11, 2022
@BrzVlad BrzVlad self-assigned this Feb 7, 2022
@lambdageek
Copy link
Member Author

Fixed by #66739

@ghost ghost locked as resolved and limited conversation to collaborators May 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants