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

mono_get_generic_info_from_stack_frame fix for default interface methods #64566

Merged

Conversation

bholmes
Copy link
Contributor

@bholmes bholmes commented Jan 31, 2022

The context is a MonoMethodRuntimeGenericContext when the method is a
default interface method.

Also re-enable broken DIM tests.

Fixes dotnet/runtime #62334

The context is a MonoMethodRuntimeGenericContext when the method is a
default interface method.

Also re-enable broken DIM tests.

Fixes dotnet/runtime dotnet#62334
@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jan 31, 2022
@bholmes
Copy link
Contributor Author

bholmes commented Jan 31, 2022

Later in mono_get_generic_context_from_stack_frame the code is treating the info address as a MonoMethodRuntimeGenericContext . This PR ensures that mono_get_generic_info_from_stack_frame assigns the info value consistently.

https://github.com/dotnet/runtime/pull/60770/files#diff-6058d387fb779d535bf433950cc6a61392cdf99bf5174c278f195487715cdeb0R843-R849

@bholmes
Copy link
Contributor Author

bholmes commented Jan 31, 2022

If approved will need to update the Mono PR as well. mono/mono#21356

@lambdageek lambdageek self-assigned this Feb 1, 2022
@lambdageek lambdageek merged commit 9055c8b into dotnet:main Feb 4, 2022
thaystg added a commit to thaystg/runtime that referenced this pull request Feb 17, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Mar 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-meta-mono community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants