ARM64: Fix StackLimit
authorKyungwoo Lee <kyulee@microsoft.com>
Fri, 24 Jun 2016 13:31:21 +0000 (06:31 -0700)
committerKyungwoo Lee <kyulee@microsoft.com>
Fri, 24 Jun 2016 16:24:54 +0000 (09:24 -0700)
commit496615cb51e70c28d0632acd877ad86c5d8e263a
tree26fc5dbe3482b7bad4da9068649636ff99569f57
parente0787c6f35d5cf9e440461cc252fe92d0d9bce19
ARM64: Fix StackLimit

Fixes https://github.com/dotnet/coreclr/issues/5640
We often got AV for tests that do a large stack allocations.
The fix is to match stack limt setup same as x64.
src/vm/threads.cpp
tests/arm64/Tests.lst