History log of /art/test/022-interface/src/Main.java
Revision Date Author Comments
4c5b265e66bebf890b6f9e53cddeb512774b1613 16-Dec-2012 Ian Rogers <irogers@google.com> Test and fixes for invoke-interface on java.lang.Object methods.

Bug: 7614818

Change-Id: I704596cf3d36887e6d6d589cb3ec89e31d5b8901
94c0e33ac8773f250564cd024647a65c23761fb3 19-Jan-2012 Ian Rogers <irogers@google.com> Interface dispatch bug

Interface methods should bind to the lowest sub-interface. Only search
declared methods in a class before trying to find the interface method
via the iftables.

Unit test that declares toString in an concrete class, where toString
has been made an interface method in CharSequence. ecj compiles this
method call into an invokeinterface (hence the custom build).

Change-Id: Iefa394c9e7a22da9c6ea58f07a77880102c2f966
5d1ac920fdaef5d4ec8f66bb734488cd9660b024 30-Sep-2011 jeffhao <jeffhao@google.com> Adding old unit tests to test suite.

These tests are copied straight over. They'll still run, but they're
using the old system.

Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8