Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 817e36a

Browse files
davmasonRussKeldorph
authored andcommitted
Update ReJIT/MethodDescBackpatchInfoTracker lock relationship (#22741)
1 parent 731fa31 commit 817e36a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/inc/CrstTypes.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,4 +702,5 @@ End
702702

703703
Crst MethodDescBackpatchInfoTracker
704704
AcquiredBefore FuncPtrStubs ThreadStore SystemDomain
705+
AcquiredAfter ReJITGlobalRequest
705706
End

src/inc/crsttypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ int g_rgCrstLevelMap[] =
289289
0, // CrstReDacl
290290
9, // CrstReflection
291291
9, // CrstReJITDomainTable
292-
13, // CrstReJITGlobalRequest
292+
14, // CrstReJITGlobalRequest
293293
18, // CrstRemoting
294294
3, // CrstRetThunkCache
295295
0, // CrstRWLock

0 commit comments

Comments
 (0)