OSDN Git Service

Quick: Don't expect move-exception in every catch block.
authorVladimir Marko <vmarko@google.com>
Thu, 18 Jun 2015 16:40:00 +0000 (17:40 +0100)
committerVladimir Marko <vmarko@google.com>
Thu, 18 Jun 2015 18:25:42 +0000 (19:25 +0100)
commit07c6f5a3eb17e08f3f2d850e130896f63c80911f
treeb154de00da25ccc0284100bb54dc393754a8d925
parente71eb1d7cdc59127b6fcf101230376ce7c892a89
Quick: Don't expect move-exception in every catch block.

The dalvik bytecode doesn't require a move-exception in
a catch handler that ignores the exception.

Bug: 21873167

(cherry picked from commit 2d1a0a408fd148f7b2a2d670e6942ec3d920f875)

Change-Id: Ia00e5791fabdd1b88e9a63b741600ed63d918703
compiler/dex/mir_graph.cc
test/800-smali/expected.txt
test/800-smali/smali/b_21873167.smali [new file with mode: 0644]
test/800-smali/src/Main.java