You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
From dotnet/cli#3223 it appears that crossgen now requires the -JITPath parameter.
@gkhanna79, can you provide details on this change and what is needed? Perfcollect calls crossgen to generate perfmap files for tracing, and it sounds like it will be broken by this change.
The text was updated successfully, but these errors were encountered:
crossgen needs to be invoked by passing the JITPath parameter to point to the absolute file path for clrjit.dll OR clrjit.dll needs to be next to crossgen.exe.
From dotnet/cli#3223 it appears that crossgen now requires the -JITPath parameter.
@gkhanna79, can you provide details on this change and what is needed? Perfcollect calls crossgen to generate perfmap files for tracing, and it sounds like it will be broken by this change.
The text was updated successfully, but these errors were encountered: