summaryrefslogtreecommitdiff
path: root/test/022-interface/classes
AgeCommit message (Collapse)Author
2012-12-15Test and fixes for invoke-interface on java.lang.Object methods. Ian Rogers
Bug: 7614818 Change-Id: I704596cf3d36887e6d6d589cb3ec89e31d5b8901
2012-01-18Interface dispatch bug Ian Rogers
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