Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove test that sets static readonly field after type initialization (…
…dotnet/corefx#33413) dotnet/coreclrdotnet/corefx#20866 extends the jit to incorporate the type of readonly ref class typed static fields into jitted code when jitting happens after class initialization. For instance, the jit may optimize type tests or devirtualize calls. With the advent of type based jit optimizations we are also blocking reflection based updates to all readonly static fields after class initialization. Commit migrated from dotnet/corefx@4914440
- Loading branch information