commit | 951779839f0d35ed5336f399c8f521fd9a6b7c27 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Fri Oct 30 12:56:58 2015 -0500 |
committer | David Brazdil <dbrazdil@google.com> | Fri Oct 30 15:02:37 2015 -0500 |
tree | eb678f58590287e04585bc92202c45b4120c9a0e | |
parent | 34e38c43d4728fb1d3a011f8c142bff94927f6fb [diff] |
ART: Enable inlining under try/catch This patch updates the inliner to set try/catch information when inlining into a method with try/catch. It does not yet allow inlining of methods with try/catch because that will require generating catch stack maps with inline info. Change-Id: I7d57e1454e7da537d75c5c7eda60b22f3a30fa60