Fix SOS test failures on latest runtime (#38181)
authorMike McLaughlin <mikem@microsoft.com>
Sat, 20 Jun 2020 16:43:45 +0000 (09:43 -0700)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2020 16:43:45 +0000 (09:43 -0700)
/cc: @dotnet/dotnet-diag

src/coreclr/src/vm/appdomain.hpp

index 95847b1..fb88a71 100644 (file)
@@ -2290,11 +2290,9 @@ private:
     // by one. For it to hit zero an explicit close must have happened.
     LONG        m_cRef;                    // Ref count.
 
-#ifndef DACCESS_COMPILE
     // Map of loaded composite native images indexed by base load addresses
     CrstExplicitInit m_nativeImageLoadCrst;
     MapSHash<LPCUTF8, PTR_NativeImage, NativeImageIndexTraits> m_nativeImageMap;
-#endif
 
 #ifdef FEATURE_COMINTEROP
     // this cache stores the RCWs in this domain