Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-18 | Rename test case to avoid test filename too long. | ||
Change-Id: I3e5101cd20f669a27449bcaf117c916abb791044 | |||
2016-01-12 | Support directly invoking interface default methods | ||
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 |