commit | 9cb0c46402117e5fa83680289c8c097041296fb6 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Fri Apr 21 13:31:41 2017 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Fri Apr 21 13:54:00 2017 +0100 |
tree | e315160be2ee9052e460d6b4b2f9b825057ff0f4 | |
parent | 38870a8a2717ccf1bcd3faddc53b1999985bb29f [diff] |
Fix verifier crash on abstract final class. Remove a check for erroneous class. It should not matter to the verifier whether the class is just resolved, initialized or resolved erroneous. The check was also inherently racy and could yield different behavior based on the timing of the verification. Test: 161-final-abstract-class Test: testrunner.py --host Bug: 37248840 Change-Id: Ic4d964050bbe52e3de4438ada9e75676956cb6b4