OSDN Git Service

ART: mprotect() bottom page of ThreadPoolWorker stacks.
authorVladimir Marko <vmarko@google.com>
Thu, 24 Sep 2015 09:41:33 +0000 (10:41 +0100)
committerVladimir Marko <vmarko@google.com>
Thu, 24 Sep 2015 09:43:26 +0000 (10:43 +0100)
commit0b6e283291eac009eb9170525dd774d1e007025a
tree8c28c06297921957503a8dc8a175c56ec1f6ef74
parent8c20e7609fdc8bbf16979a874301e4cab0dbf355
ART: mprotect() bottom page of ThreadPoolWorker stacks.

This will catch stack overflows instead of creating hard
to find issues later on.

Bug: 24133462
Change-Id: I3ae5d5da70b8167867936b2561830f3ff47f14fc
runtime/thread_pool.cc