projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f004b91
)
Fix SOS test failures on latest runtime (#38181)
author
Mike McLaughlin
<mikem@microsoft.com>
Sat, 20 Jun 2020 16:43:45 +0000
(09:43 -0700)
committer
GitHub
<noreply@github.com>
Sat, 20 Jun 2020 16:43:45 +0000
(09:43 -0700)
/cc: @dotnet/dotnet-diag
src/coreclr/src/vm/appdomain.hpp
patch
|
blob
|
history
diff --git
a/src/coreclr/src/vm/appdomain.hpp
b/src/coreclr/src/vm/appdomain.hpp
index
95847b1
..
fb88a71
100644
(file)
--- a/
src/coreclr/src/vm/appdomain.hpp
+++ b/
src/coreclr/src/vm/appdomain.hpp
@@
-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