Fix contract to allow call into GarbageCollect() to throw (dotnet/coreclr#10856)
authorKoundinya Veluri <kouvel@microsoft.com>
Mon, 10 Apr 2017 20:00:48 +0000 (13:00 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Apr 2017 20:00:48 +0000 (13:00 -0700)
commit3449fbdff62176510c6555356aebf23422e54307
tree11c50e4a3dfb2e408127d53250e4f25b5b922e4e
parentf36d42c672f80a07682672d9228839a7acc850cf
Fix contract to allow call into GarbageCollect() to throw (dotnet/coreclr#10856)

I did not intend to mark this function as NOTHROW, and there is no reason to expect NOTHROW here. Other functions that call into GarbageCollect() allow THROWS.

Commit migrated from https://github.com/dotnet/coreclr/commit/ee4ed1ac502f037e9894006ecc8da63f97325694
src/coreclr/src/vm/threads.cpp