Skip to content

Commit 517302a

Browse files
AaronRobinsonMSFTjtschuster
authored andcommitted
Update NativeImageEagerFixups lock acquiredbefore (dotnet#107064)
1 parent e6a38f7 commit 517302a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/coreclr/inc/CrstTypes.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ Crst MethodDescBackpatchInfoTracker
526526
End
527527

528528
Crst NativeImageEagerFixups
529+
AcquiredBefore UnresolvedClassLock
529530
End
530531

531532
Crst NativeImageLoad

src/coreclr/inc/crsttypes_generated.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ int g_rgCrstLevelMap[] =
198198
3, // CrstModuleLookupTable
199199
0, // CrstMulticoreJitHash
200200
14, // CrstMulticoreJitManager
201-
0, // CrstNativeImageEagerFixups
201+
7, // CrstNativeImageEagerFixups
202202
0, // CrstNativeImageLoad
203203
0, // CrstNotifyGdb
204204
4, // CrstPEImage

0 commit comments

Comments
 (0)