ReadyTalk / avian

[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
https://readytalk.github.io/avian/
Other
1.22k stars 172 forks source link

Lambda fixes #524

Closed exFalso closed 7 years ago

exFalso commented 7 years ago

This PR provides an incomplete implementation of altMetafactory and adds some explaining comments to resolveDynamic. Also added a couple of tests that would currently fail if commented out, revealing some metafactory implementation issues