Closed filipnavara closed 1 year ago
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch See info in area-owners.md if you want to be subscribed.
Author: | filipnavara |
---|---|
Assignees: | - |
Labels: | `area-CodeGen-coreclr` |
Milestone: | - |
There are more targeted repro steps but I hit this with .\build.cmd clr+clr.aot+libs+libs.tests -test /p:TestNativeAot=true
on Windows x64 machine.
Repro steps without NativeAOT:
using System;
using System.Numerics;
using System.Reflection;
using System.Runtime.CompilerServices;
var m = typeof(Vector<Int128>).GetMethod("get_Item");
RuntimeHelpers.PrepareMethod(m.MethodHandle);