Clear syncblock early when `VERIFY_HEAP && DEBUG` to prevent verification asserts...
authorVladimir Sadov <vsadov@microsoft.com>
Thu, 6 Jun 2019 19:12:55 +0000 (12:12 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Jun 2019 19:12:55 +0000 (12:12 -0700)
commit476dc1cb88a0dcedd891a0ef7a2e05d5c2f94f68
treef570b76b9385f41d223969c3c53b5dc6ad4a5421
parent926230b2a14f1e6c9b02334ef5114b837c094a6e
Clear syncblock early when `VERIFY_HEAP && DEBUG` to prevent verification asserts. (#24992)

Fixes:#24879
src/gc/gc.cpp
src/vm/object.cpp