[sgen] Untag the vtable during concurrent mark
authorVlad Brezae <brezaevlad@gmail.com>
Mon, 26 Sep 2016 20:33:56 +0000 (23:33 +0300)
committerVlad Brezae <brezaevlad@gmail.com>
Mon, 26 Sep 2016 21:38:43 +0000 (00:38 +0300)
For now, concurrent mark runs concurrently with bridge during minors. Since bridge processing might tag object vtables, make sure we don't crash when we scan such objects.


No differences found