commit | 72b3e430d880ef57eaa6a34a0822165994052202 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue May 13 21:42:05 2014 -0700 |
committer | Andreas Gampe <agampe@google.com> | Wed May 14 17:33:52 2014 -0700 |
tree | b102b12d67e6cbc5cf0e6dc4e4ca147325264a43 | |
parent | d0916f36d27b643bca970f3645c38f44270c74ef [diff] |
ART: Fix typo in ArtMethod::FindCatchBlock The thrown exception is always resolved, as we have an instance of it. What is potentially not resolved is the catch handler's exception type. The resolution failure will trigger a NoClassDefFoundError, which should replace the original exception. For this, the API has to be changed a little bit to tell callers that there was this change. Change-Id: Id51d54a15c732ed175eb617b3b0331b89cbb2051