summaryrefslogtreecommitdiffstats
path: root/test/111-unresolvable-exception/expected.txt
Commit message (Collapse)AuthorAgeFilesLines
* Ignore catch blocks whose type can't be resolved.Ian Rogers2014-05-291-1/+1
| | | | | | | Reverts change 72b3e430d880ef57eaa6a34a0822165994052202 but keeps unit test and missing delete that would fail assertions on long jump context recycling. Change-Id: I926755e8b831b208aa7e1ce46421bef3793a1441
* ART: Fix typo in ArtMethod::FindCatchBlockAndreas Gampe2014-05-141-0/+1
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