Skip to content

Fix unmatched transition callback in JIT_ReversePInvokeExitTrackTransitions - #59919

Merged
AaronRobinsonMSFT merged 1 commit into
dotnet:mainfrom
k15tfu:fix-issue-59917
Oct 4, 2021
Merged

Fix unmatched transition callback in JIT_ReversePInvokeExitTrackTransitions#59919
AaronRobinsonMSFT merged 1 commit into
dotnet:mainfrom
k15tfu:fix-issue-59917

Conversation

@k15tfu

Copy link
Copy Markdown
Contributor

Fixes#59917

@ghostghost added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI community-contribution Indicates that the PR has been added by a community member labels Oct 4, 2021
@ghost

ghost commented Oct 4, 2021

Copy link
Copy Markdown

Tagging subscribers to this area: @JulieLeeMSFT
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #59917

Author:k15tfu
Assignees:-
Labels:

area-CodeGen-coreclr

Milestone:-

@jkotasjkotas added area-Interop-coreclr and removed area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI labels Oct 4, 2021
@AaronRobinsonMSFT

Copy link
Copy Markdown
Member

@k15tfu Thanks for investigating this issue. This PR looks appropriate to me.

@AaronRobinsonMSFTAaronRobinsonMSFT added this to the 7.0.0 milestone Oct 4, 2021
@AaronRobinsonMSFT

Copy link
Copy Markdown
Member

/backport to release/6.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1304085618

@AaronRobinsonMSFT
AaronRobinsonMSFT merged commit 2d11434 into dotnet:mainOct 4, 2021
@k15tfu
k15tfu deleted the fix-issue-59917 branch October 4, 2021 17:09
@k15tfu

Copy link
Copy Markdown
ContributorAuthor

Good to hear this fix will be included in .NET 6. Will it be available in .NET 6 RC2 as well?

@AaronRobinsonMSFT

Copy link
Copy Markdown
Member

Will it be available in .NET 6 RC2 as well?

Unclear. I'd track #59939 for the final determination from our shiproom. I'd expect it to be post-RC2, but could be mistaken.

@ghostghost locked as resolved and limited conversation to collaborators Nov 3, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Interop-coreclrcommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unmatched transition callbacks in ICorProfilerCallback

4 participants

@k15tfu@AaronRobinsonMSFT@jkoritzinsky@jkotas