eagler-teavm-fork/tests
Alexey Andreev de14a57fe1 Change how method resolution work in DCE and devirtualization.
Since in Java 8 there are default methods in interface, method
resolution algorithm becomes more complicated. This alseocauses
several related changes.

1. Resolve methods as late as possible; do not resolve
   virtual call sites during DCE.
2. Due to several reasons we have to improve linking phase
   to preserve super methods that aren't actually ever called,
   but present in virtual call sites.

Related issue: #311
2017-10-22 17:56:31 +03:00
..
src/test Change how method resolution work in DCE and devirtualization. 2017-10-22 17:56:31 +03:00
pom.xml Reformat test code to conform checkstyle settings 2017-07-01 15:47:46 +03:00