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:15:13 +0000 (19:15 +0100)
commit2d1a0a408fd148f7b2a2d670e6942ec3d920f875
tree1bb97d1ae32fbf5ce91fbfc71491b6c1eca6c69e
parent3d266a96750db6969f24bcdb8025c06745e5a449
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
Change-Id: I3b49218a8c7ff021141387bd929bb2ae798f8509
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