commit | a3faaf4bece7f42529c013fe87bd41de59798656 | [log] [tgz] |
---|---|---|
author | Jeff Hao <jeffhao@google.com> | Tue Sep 03 19:07:00 2013 -0700 |
committer | Jeff Hao <jeffhao@google.com> | Tue Sep 24 15:18:36 2013 -0700 |
tree | 933e312a4aa4d69b2d7da7eda4d592419cec4729 | |
parent | a9a624b2be2180e6bd33f02c89fb8521376a2e8c [diff] |
Fix handling of unresolved references in verifier. The verifier should not treat use of unresolved references as a reason to reject the entire class. Instead, the verifier treats the instruction as a throw. If that class is run, the interpreter with extra checks will throw an exception. Bug: 10457426 Change-Id: I3799da843a7ffb3519bbf6dc13a6276519d9cb95