Skip to content

Commit

Permalink
Update ReJIT/MethodDescBackpatchInfoTracker lock relationship (dotnet…
Browse files Browse the repository at this point in the history
  • Loading branch information
davmason authored Feb 22, 2019
1 parent 1f7f71a commit 0642bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/coreclr/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/coreclr/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 0642bf6

Please sign in to comment.