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:
099bc4b
)
Remove asserts that were firing during rejit tests (#33492)
author
David Mason
<davmason@microsoft.com>
Fri, 13 Mar 2020 01:17:18 +0000
(18:17 -0700)
committer
GitHub
<noreply@github.com>
Fri, 13 Mar 2020 01:17:18 +0000
(18:17 -0700)
The rejit path no longer suspends the runtime so that assert is inaccurate
src/coreclr/src/vm/rejit.cpp
patch
|
blob
|
history
diff --git
a/src/coreclr/src/vm/rejit.cpp
b/src/coreclr/src/vm/rejit.cpp
index 2f46bd3939a9b5d8839126c3990fd66274de3461..d954b26352600a7791109d13bb369082eb56209f 100644
(file)
--- a/
src/coreclr/src/vm/rejit.cpp
+++ b/
src/coreclr/src/vm/rejit.cpp
@@
-657,7
+657,6
@@
HRESULT ReJitManager::UpdateActiveILVersions(
// ThreadStore crsts
SystemDomain::LockHolder lh;
- _ASSERTE(ThreadStore::HoldingThreadStore());
hr = pCodeVersionManager->SetActiveILCodeVersions(pCodeActivationBatch->m_methodsToActivate.Ptr(), pCodeActivationBatch->m_methodsToActivate.Count(), &errorRecords);
if (FAILED(hr))
break;