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

Commit

Permalink
Update ReJIT/MethodDescBackpatchInfoTracker lock relationship (#22741)
Browse files Browse the repository at this point in the history
  • Loading branch information
davmason authored and RussKeldorph committed Feb 22, 2019
1 parent 731fa31 commit 817e36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/inc/CrstTypes.def
Original file line number Diff line number Diff line change
Expand Up @@ -702,4 +702,5 @@ End

Crst MethodDescBackpatchInfoTracker
AcquiredBefore FuncPtrStubs ThreadStore SystemDomain
AcquiredAfter ReJITGlobalRequest
End
2 changes: 1 addition & 1 deletion src/inc/crsttypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ int g_rgCrstLevelMap[] =
0, // CrstReDacl
9, // CrstReflection
9, // CrstReJITDomainTable
13, // CrstReJITGlobalRequest
14, // CrstReJITGlobalRequest
18, // CrstRemoting
3, // CrstRetThunkCache
0, // CrstRWLock
Expand Down

0 comments on commit 817e36a

Please sign in to comment.