OSDN Git Service

ART: Check slow_paths_.Size() every time
authorChao-ying Fu <chao-ying.fu@intel.com>
Tue, 8 Jul 2014 00:13:52 +0000 (17:13 -0700)
committerMark Mendell <mark.p.mendell@intel.com>
Wed, 9 Jul 2014 18:31:42 +0000 (14:31 -0400)
commit8159af6320f7413a9d0fff1e29220c01f29c6e96
tree9beed9adb2744b6a2eac5bb20b4fcdf53d695ed4
parent32710dd4a0232149002a5ae7bde1c640cdffd564
ART: Check slow_paths_.Size() every time

This patch fixes a bug, when a new slow path is created
during slowpath->Compile().

Change-Id: I4896a82781102694c25f4483112c6de3c56e072c
Signed-off-by: Chao-ying Fu <chao-ying.fu@intel.com>
compiler/dex/quick/gen_common.cc