This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 30
30
<Uri >https://github.com/dotnet/core-setup</Uri >
31
31
<Sha >0d6763312a2754e45d604ebdc69c8ac7e21a2187</Sha >
32
32
</Dependency >
33
- <Dependency Name =" optimization.IBC.CoreCLR" Version =" 99.99.99-master-20190910 .1" >
33
+ <Dependency Name =" optimization.IBC.CoreCLR" Version =" 99.99.99-master-20190912 .1" >
34
34
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri >
35
35
<Sha >48fd58c24cddbc6c0b0de1c00204aae1170f4864</Sha >
36
36
</Dependency >
37
- <Dependency Name =" optimization.PGO.CoreCLR" Version =" 99.99.99-master-20190910 .1" >
37
+ <Dependency Name =" optimization.PGO.CoreCLR" Version =" 99.99.99-master-20190912 .1" >
38
38
<Uri >https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri >
39
39
<Sha >48fd58c24cddbc6c0b0de1c00204aae1170f4864</Sha >
40
40
</Dependency >
Original file line number Diff line number Diff line change 29
29
<!-- dotnet-core-internal-tooling -->
30
30
<IbcMergePackageVersion >5.0.6-beta.19203.1</IbcMergePackageVersion >
31
31
<!-- dotnet-optimization -->
32
- <optimizationIBCCoreCLRVersion >99.99.99-master-20190910 .1</optimizationIBCCoreCLRVersion >
33
- <optimizationPGOCoreCLRVersion >99.99.99-master-20190910 .1</optimizationPGOCoreCLRVersion >
32
+ <optimizationIBCCoreCLRVersion >99.99.99-master-20190912 .1</optimizationIBCCoreCLRVersion >
33
+ <optimizationPGOCoreCLRVersion >99.99.99-master-20190912 .1</optimizationPGOCoreCLRVersion >
34
34
</PropertyGroup >
35
35
<!-- Package names-->
36
36
<PropertyGroup >
Original file line number Diff line number Diff line change @@ -5475,6 +5475,11 @@ MethodDesc::EnumMemoryRegions(CLRDataEnumMemoryFlags flags)
5475
5475
}
5476
5476
}
5477
5477
5478
+ #ifdef FEATURE_CODE_VERSIONING
5479
+ // Make sure the active IL and native code version are in triage dumps.
5480
+ GetCodeVersionManager ()->GetActiveILCodeVersion (dac_cast<PTR_MethodDesc>(this )).GetActiveNativeCodeVersion (dac_cast<PTR_MethodDesc>(this ));
5481
+ #endif
5482
+
5478
5483
// Also, call DacValidateMD to dump the memory it needs. !clrstack calls
5479
5484
// DacValidateMD before it retrieves the method name. We don't expect
5480
5485
// DacValidateMD to fail, but if it does, ignore the failure and try to assemble the
You can’t perform that action at this time.
0 commit comments