Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore catch blocks whose type can't be resolved. | Ian Rogers | 2014-05-29 | 1 | -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::FindCatchBlock | Andreas Gampe | 2014-05-14 | 1 | -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 |