Fix SIGSEGV in GC when dealing with large double[] on ARM32 (#25403)
authorVladimir Sadov <vsadov@microsoft.com>
Thu, 27 Jun 2019 17:48:47 +0000 (10:48 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2019 17:48:47 +0000 (10:48 -0700)
commit7a74a0b4f94b993f61f1c02ce0b8a2c6611771c3
treea7451044b444d5b3e7d67411ca19c36db38e1553
parentc671a7f1356b0ee25a661c0925c8ead88fb19a42
Fix SIGSEGV in GC when dealing with large double[] on ARM32 (#25403)

* Fix for #25252
* revert to special casing 8-alignement for double[] in GC helpers for x86
src/vm/gchelpers.cpp
tests/src/GC/Regressions/v3.0/25252/25252.cs [new file with mode: 0644]
tests/src/GC/Regressions/v3.0/25252/25252.csproj [new file with mode: 0644]