From 0642bf6ed26459ff4c4d0c949a46f2182e981109 Mon Sep 17 00:00:00 2001 From: David Mason Date: Thu, 21 Feb 2019 23:59:54 -0800 Subject: [PATCH] Update ReJIT/MethodDescBackpatchInfoTracker lock relationship (dotnet/coreclr#22741) Commit migrated from https://github.com/dotnet/coreclr/commit/df4aa3315f64f43344b4aaf6e57aad9fe0b36cbf --- src/coreclr/src/inc/CrstTypes.def | 1 + src/coreclr/src/inc/crsttypes.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/coreclr/src/inc/CrstTypes.def b/src/coreclr/src/inc/CrstTypes.def index b6862c16ae66e..88bff8a449093 100644 --- a/src/coreclr/src/inc/CrstTypes.def +++ b/src/coreclr/src/inc/CrstTypes.def @@ -702,4 +702,5 @@ End Crst MethodDescBackpatchInfoTracker AcquiredBefore FuncPtrStubs ThreadStore SystemDomain + AcquiredAfter ReJITGlobalRequest End diff --git a/src/coreclr/src/inc/crsttypes.h b/src/coreclr/src/inc/crsttypes.h index 0e6b49712db2f..b3bdb14006104 100644 --- a/src/coreclr/src/inc/crsttypes.h +++ b/src/coreclr/src/inc/crsttypes.h @@ -289,7 +289,7 @@ int g_rgCrstLevelMap[] = 0, // CrstReDacl 9, // CrstReflection 9, // CrstReJITDomainTable - 13, // CrstReJITGlobalRequest + 14, // CrstReJITGlobalRequest 18, // CrstRemoting 3, // CrstRetThunkCache 0, // CrstRWLock