Fix an issue where GCStress allocated objects using the Gen 0 alloc context (dotnet...
authorSean Gillespie <sean@swgillespie.me>
Wed, 22 Mar 2017 17:25:08 +0000 (10:25 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2017 17:25:08 +0000 (10:25 -0700)
commit200b9df7eb7b17a822e584169f94a54da8def792
tree114e4c5bd0bb71011a8ef84d712b7d5a8b8b1795
parentaec856b3685fc460a46e7782a9e95522e7ba6704
Fix an issue where GCStress allocated objects using the Gen 0 alloc context (dotnet/coreclr#10322)

* Fix an issue where GCStress allocated objects using the Gen 0 alloc context

* Remove a GCStress MaybeTrigger on LOH allocations that attempted to use the gen 0 alloc context

Commit migrated from https://github.com/dotnet/coreclr/commit/992d37064fa76ea7633734607381545e228806a5
src/coreclr/src/gc/gc.cpp
src/coreclr/src/gc/gcinterface.h
src/coreclr/src/vm/gccover.cpp
src/coreclr/src/vm/gcstress.h
src/coreclr/src/vm/threadsuspend.cpp