summaryrefslogtreecommitdiff
path: root/test/971-iface-super-partial-compile-generated/util-src/generate_smali.py
AgeCommit message (Collapse)Author
2016-01-18Rename test case to avoid test filename too long. Nicolas Geoffray
Change-Id: I3e5101cd20f669a27449bcaf117c916abb791044
2016-01-12Support directly invoking interface default methods Alex Light
With the Java 8 Language one is allowed to directly call default interface methods of interfaces one (directly) implements through the use of the super keyword. We support this behavior through the invoke-super opcode with the target being an interface. We add 3 tests for this behavior. Currently only supports slow-path interpreter. Invoke-super is currently extremely slow. Bug: 24618811 Change-Id: I7e06e17326f7dbae0116bd7dfefca151f0092bd2