OSDN Git Service

ART: Configure stack guard size in the Makefile
authorAndreas Gampe <agampe@google.com>
Fri, 12 Aug 2016 01:35:58 +0000 (18:35 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 12 Aug 2016 03:54:35 +0000 (20:54 -0700)
commitd12622811508a468ad52a9939b50bdfd51bb47ac
treea93bc96ba67110a18770480c0ef85174dff7e264
parent9d32586b52893a82c5094821d32c4f2d4d201795
ART: Configure stack guard size in the Makefile

Configure the stack guard reserved size through defines set in
the Makefile. This can be used to increase the gap depending on
the configuration, which may be required to safely support Java
stack overflows in instrumented builds.

Bug: 30766843
Change-Id: Icdd3209e3a261ea8383ef8eab38153255339b04a
Test: m test-art-host
build/Android.common_build.mk
runtime/arch/instruction_set.cc