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>
Wed, 3 Sep 2014 18:26:09 +0000 (11:26 -0700)
commit98d43cb0da3c34d1888d1e31d953c2940fd0f897
treede27f80adafa146e617c19a9a7b43a9b04a31667
parentff4cfe07009ac0b0f07475ef2aa91d9aaf9ab291
Add exception check to AllocateInternalWithGc

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

Bug: 17164348

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