[sgen] Don't pin when doing concurrent collections.
authorMark Probst <mark.probst@gmail.com>
Thu, 25 Oct 2012 15:50:34 +0000 (17:50 +0200)
committerMark Probst <mark.probst@gmail.com>
Sun, 9 Dec 2012 14:02:39 +0000 (15:02 +0100)
commitb34b63d811770a0fe5292c3ce10d3906b7b59842
tree1582351dbac774a126d8e32d0f3dd278f508aba5
parent3ad812890e97afa40ba863ec5091b49ee380269d
[sgen] Don't pin when doing concurrent collections.

The mutator can't handle the pin bit, and the concurrent collector
doesn't move objects out of the nursery, so pinning is neither
required nor allowed.
mono/metadata/sgen-gc.c
mono/metadata/sgen-gc.h
mono/metadata/sgen-major-copying.c
mono/metadata/sgen-marksweep.c