OSDN Git Service

ART: Heap-allocate buffer in space_bitmap when on 64b arch
authorAndreas Gampe <agampe@google.com>
Wed, 4 Jun 2014 22:25:28 +0000 (15:25 -0700)
committerAndreas Gampe <agampe@google.com>
Wed, 4 Jun 2014 22:45:46 +0000 (15:45 -0700)
commit262a0a36ee5f553880365fecf0be1a188526ca69
tree3a33a75a5b1bc555707f288778dcb948af0337e2
parent903e390ffd46955628d1161ccfa8de9177d42d22
ART: Heap-allocate buffer in space_bitmap when on 64b arch

The stack frame size will be above our limit if we stack-allocate
a buffer.

Bug: 15278350
Change-Id: Ie1a31370538410d47c177f0a6e51879a1fc0752c
runtime/gc/accounting/space_bitmap.cc