From 517302abf596d61120eff2140ac8b542d157d983 Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Wed, 28 Aug 2024 13:17:58 -0700 Subject: [PATCH] Update NativeImageEagerFixups lock acquiredbefore (#107064) --- src/coreclr/inc/CrstTypes.def | 1 + src/coreclr/inc/crsttypes_generated.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/coreclr/inc/CrstTypes.def b/src/coreclr/inc/CrstTypes.def index 459179de1564a..ccf226105e9f3 100644 --- a/src/coreclr/inc/CrstTypes.def +++ b/src/coreclr/inc/CrstTypes.def @@ -526,6 +526,7 @@ Crst MethodDescBackpatchInfoTracker End Crst NativeImageEagerFixups + AcquiredBefore UnresolvedClassLock End Crst NativeImageLoad diff --git a/src/coreclr/inc/crsttypes_generated.h b/src/coreclr/inc/crsttypes_generated.h index 0f2953f9bd9ff..9db4f694103cd 100644 --- a/src/coreclr/inc/crsttypes_generated.h +++ b/src/coreclr/inc/crsttypes_generated.h @@ -198,7 +198,7 @@ int g_rgCrstLevelMap[] = 3, // CrstModuleLookupTable 0, // CrstMulticoreJitHash 14, // CrstMulticoreJitManager - 0, // CrstNativeImageEagerFixups + 7, // CrstNativeImageEagerFixups 0, // CrstNativeImageLoad 0, // CrstNotifyGdb 4, // CrstPEImage