From: David Mason Date: Tue, 20 Aug 2019 03:17:18 +0000 (-0700) Subject: Update crtsts (dotnet/coreclr#26238) X-Git-Tag: submit/tizen/20210909.063632~11030^2~780 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b387fa85d3f7afa6fb0e00c8f805829c1d77192a;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update crtsts (dotnet/coreclr#26238) Commit migrated from https://github.com/dotnet/coreclr/commit/1283331fcfe9f475586b8dfd1fe2784e3252fe33 --- diff --git a/src/coreclr/src/inc/CrstTypes.def b/src/coreclr/src/inc/CrstTypes.def index 4dce8f2..a41382d 100644 --- a/src/coreclr/src/inc/CrstTypes.def +++ b/src/coreclr/src/inc/CrstTypes.def @@ -499,7 +499,7 @@ End // new functions to rejit tables, or request Reverts on existing functions in the rejit // tables. One of these crsts exist per runtime. Crst ReJITGlobalRequest - AcquiredBefore ThreadStore ReJITDomainTable SystemDomain + AcquiredBefore ThreadStore ReJITDomainTable SystemDomain JitInlineTrackingMap End // ETW infrastructure uses this crst to protect a hash table of TypeHandles which is diff --git a/src/coreclr/src/inc/crsttypes.h b/src/coreclr/src/inc/crsttypes.h index e02c120..6df4ade 100644 --- a/src/coreclr/src/inc/crsttypes.h +++ b/src/coreclr/src/inc/crsttypes.h @@ -291,7 +291,7 @@ int g_rgCrstLevelMap[] = 0, // CrstReDacl 9, // CrstReflection 9, // CrstReJITDomainTable - 14, // CrstReJITGlobalRequest + 16, // CrstReJITGlobalRequest 19, // CrstRemoting 3, // CrstRetThunkCache 0, // CrstRWLock