| commit | 4dc6589f392d46800a3b64625245bdfe4bbbfc2f | [log] [tgz] |
|---|---|---|
| author | Nicolas Geoffray <ngeoffray@google.com> | Mon Jul 05 17:43:35 2021 +0100 |
| committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Jul 07 07:13:01 2021 +0000 |
| tree | b159262fd300a650ab89277667641ebe7e13d357 | |
| parent | e0386f10d4591afa9823658099e4f2ac7a693255 [diff] |
Don't wrap VerifyError into NoClassDefFoundError. Follow RI behavior by returning the VerifyError. NoClassDefFoundError only wraps initializer errors. Also rename the field in ClassExt from verifyError to erroneousStateError for better clarity. And remove now unused feature of storing a class in the verifyError field. Test: test.py Test: 824-verification-rethrow Bug: 28313047 Change-Id: I19383f7b74f22a62ab1e0b8a13bea75a14c7b33f