GC coverage can now occur in scenarios where a thread doesn't exist. (#33615)
authorAaron Robinson <arobins@microsoft.com>
Tue, 17 Mar 2020 05:35:14 +0000 (22:35 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2020 05:35:14 +0000 (22:35 -0700)
* GC coverage can now occur in scenarios where a thread doesn't exist.
Properly handle this case and assert some invariant.

* Update gccover.cpp

Misspelled function referenced in comment.

* Remove MethodDesc from GC coverage.

* Code review and fix some asserts when running the Debug version of tests.

* Limit JIT flag manipulation to FEATURE_TIERED_COMPILATION

1  2 
src/coreclr/src/vm/excep.cpp
src/coreclr/src/vm/jitinterface.cpp

Simple merge
Simple merge