Skip to content

Initialize GetExactClasses in repGetExactClasses - #74156

Closed
kunalspathak wants to merge 1 commit into
dotnet:mainfrom
kunalspathak:GetExactClassfix
Closed

Initialize GetExactClasses in repGetExactClasses#74156
kunalspathak wants to merge 1 commit into
dotnet:mainfrom
kunalspathak:GetExactClassfix

Conversation

@kunalspathak

@kunalspathakkunalspathak commented Aug 18, 2022

Copy link
Copy Markdown
Contributor

superpmi-replay is still failing with AV. Initialize GetExactClass at one more place.

@kunalspathak

Copy link
Copy Markdown
ContributorAuthor

@dotnet/jit-contrib

@ghostghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 18, 2022
@ghost

Copy link
Copy Markdown

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

Issue Details

null

Author:kunalspathak
Assignees:-
Labels:

area-CodeGen-coreclr

Milestone:-

@EgorBo

Copy link
Copy Markdown
Member

I don't think it's needed after #74095 was merged

if the list is null then AssertMapAndKeyExist will just report it as a missing context

@kunalspathak

Copy link
Copy Markdown
ContributorAuthor

Ok. I see what Bruce meant when he pointed that PR our. Basically, even if we initialize, it will anyway won't find key.

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

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@kunalspathak@EgorBo@TIHan