OSDN Git Service

Workaround problem reading main stack on intel devices.
authorDave Allison <dallison@google.com>
Mon, 18 Aug 2014 22:49:51 +0000 (15:49 -0700)
committerDave Allison <dallison@google.com>
Tue, 19 Aug 2014 20:27:29 +0000 (13:27 -0700)
commitd970bac690baa6f735b0cd187440546869088a0f
tree40398585202166612cf6682d1ebf0792b54bdb3b
parentdfa7a6c8711623bf20aad58f57ae980b497ef4d7
Workaround problem reading main stack on intel devices.

This works around a problem where ART can't read the lowest page
of the main stack.  The workaround is to add 4K to the stack
start address on the main stack on Intel.

Please see https://b2.corp.google.com/issues/17111575 for
underlying cause.

Bug: 17031544
Change-Id: Ifc3216e10160bb1eec9d989fd57b10345bc89537
runtime/thread.cc