dotnet / corefx-tools

Place to include various misc tools for .NET and .NET Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crossgen Requires -JITPath Parameter

brianrob opened this issue · comments

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.

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.