@@ -181,8 +181,8 @@ enum CrstType
181
181
// An array mapping CrstType to level.
182
182
int g_rgCrstLevelMap [] =
183
183
{
184
- 9 , // CrstAllowedFiles
185
- 9 , // CrstAppDomainCache
184
+ 8 , // CrstAllowedFiles
185
+ 10 , // CrstAppDomainCache
186
186
14 , // CrstAppDomainHandleTable
187
187
0 , // CrstArgBasedStubCache
188
188
0 , // CrstAssemblyDependencyGraph
@@ -193,14 +193,14 @@ int g_rgCrstLevelMap[] =
193
193
4 , // CrstAvailableParamTypes
194
194
7 , // CrstBaseDomain
195
195
-1 , // CrstCCompRC
196
- 9 , // CrstCer
196
+ 8 , // CrstCer
197
197
13 , // CrstClassFactInfoHash
198
- 8 , // CrstClassInit
198
+ 11 , // CrstClassInit
199
199
-1 , // CrstClrNotification
200
200
0 , // CrstCLRPrivBinderMaps
201
201
3 , // CrstCLRPrivBinderMapsAdd
202
202
6 , // CrstCodeFragmentHeap
203
- 10 , // CrstCodeVersioning
203
+ 9 , // CrstCodeVersioning
204
204
0 , // CrstCOMCallWrapper
205
205
4 , // CrstCOMWrapperCache
206
206
0 , // CrstConnectionNameTable
@@ -216,7 +216,7 @@ int g_rgCrstLevelMap[] =
216
216
0 , // CrstDebuggerHeapExecMemLock
217
217
0 , // CrstDebuggerHeapLock
218
218
4 , // CrstDebuggerJitInfo
219
- 11 , // CrstDebuggerMutex
219
+ 10 , // CrstDebuggerMutex
220
220
0 , // CrstDelegateToFPtrHash
221
221
16 , // CrstDomainLocalBlock
222
222
0 , // CrstDynamicIL
@@ -232,14 +232,14 @@ int g_rgCrstLevelMap[] =
232
232
3 , // CrstFCall
233
233
7 , // CrstFriendAccessCache
234
234
7 , // CrstFuncPtrStubs
235
- 5 , // CrstFusionAppCtx
236
- 11 , // CrstGCCover
235
+ 10 , // CrstFusionAppCtx
236
+ 10 , // CrstGCCover
237
237
13 , // CrstGlobalStrLiteralMap
238
238
1 , // CrstHandleTable
239
239
0 , // CrstHostAssemblyMap
240
240
3 , // CrstHostAssemblyMapAdd
241
241
0 , // CrstIbcProfile
242
- 9 , // CrstIJWFixupData
242
+ 8 , // CrstIJWFixupData
243
243
0 , // CrstIJWHash
244
244
7 , // CrstILStubGen
245
245
3 , // CrstInlineTrackingMap
@@ -250,7 +250,7 @@ int g_rgCrstLevelMap[] =
250
250
13 , // CrstIOThreadpoolWorker
251
251
0 , // CrstIsJMCMethod
252
252
7 , // CrstISymUnmanagedReader
253
- 8 , // CrstJit
253
+ 11 , // CrstJit
254
254
0 , // CrstJitGenericHandleCache
255
255
16 , // CrstJitInlineTrackingMap
256
256
3 , // CrstJitPatchpoint
@@ -290,9 +290,9 @@ int g_rgCrstLevelMap[] =
290
290
3 , // CrstRCWCache
291
291
0 , // CrstRCWCleanupList
292
292
3 , // CrstRCWRefCache
293
- 4 , // CrstReadyToRunEntryPointToMethodDescMap
293
+ 10 , // CrstReadyToRunEntryPointToMethodDescMap
294
294
0 , // CrstReDacl
295
- 9 , // CrstReflection
295
+ 8 , // CrstReflection
296
296
17 , // CrstReJITGlobalRequest
297
297
20 , // CrstRemoting
298
298
3 , // CrstRetThunkCache
@@ -323,10 +323,10 @@ int g_rgCrstLevelMap[] =
323
323
13 , // CrstThreadpoolWorker
324
324
4 , // CrstThreadStaticDataHashTable
325
325
12 , // CrstThreadStore
326
- 9 , // CrstTieredCompilation
327
- 9 , // CrstTPMethodTable
326
+ 8 , // CrstTieredCompilation
327
+ 8 , // CrstTPMethodTable
328
328
3 , // CrstTypeEquivalenceMap
329
- 7 , // CrstTypeIDMap
329
+ 10 , // CrstTypeIDMap
330
330
3 , // CrstUMEntryThunkCache
331
331
0 , // CrstUMThunkHash
332
332
3 , // CrstUniqueStack
0 commit comments