OSDN Git Service

Add exception check to AllocateInternalWithGc
authorMathieu Chartier <mathieuc@google.com>
Wed, 3 Sep 2014 18:21:08 +0000 (11:21 -0700)
committerMathieu Chartier <mathieuc@google.com>
Thu, 4 Sep 2014 02:29:27 +0000 (19:29 -0700)
commitf4f3843150bb2152bcc583c1896f45a313d5f6a4
treeb07eb17f7c1f9ce63e6c22d417aee0bf6dc24bdc
parenta07557ccece64fa7084bb01b9d26957bd0977c10
Add exception check to AllocateInternalWithGc

Trying to figure out if the pending exception comes before or during
AllocateInternalWithGc.

Bug: 17164348

(cherry picked from commit 98d43cb0da3c34d1888d1e31d953c2940fd0f897)

Change-Id: I2aac4b67f0c3f1c0fe3c9dc321316f76494c4074
runtime/gc/heap.cc