OSDN Git Service

ART: Add debug exception check to JIT
authorAndreas Gampe <agampe@google.com>
Sat, 19 Nov 2016 01:39:45 +0000 (17:39 -0800)
committerAndreas Gampe <agampe@google.com>
Sat, 19 Nov 2016 01:42:58 +0000 (17:42 -0800)
commit320ba91911c840528893e07b0af43d317cd4c9aa
tree486ea2599d6f141d1887bdb55b2dd235d589b7f7
parent9fd470f87342dfe974c8ec8c74239a547e768650
ART: Add debug exception check to JIT

Check for a pending exception after JIT compilation finishes.

Test: m ART_TEST_JIT=true test-art-host
Change-Id: I27defaa733f360cb1dbabede62d4908777bc5d2b
runtime/jit/jit.cc