Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for Java8 / invokedynamic #6

Open
cbxp opened this issue Jun 18, 2014 · 2 comments
Open

No support for Java8 / invokedynamic #6

cbxp opened this issue Jun 18, 2014 · 2 comments

Comments

@cbxp
Copy link

cbxp commented Jun 18, 2014

When parsing Java8 code with lambdas (that use invokedynamic opcode), NPE is thrown because invokedynamic is not listed in Opcodes.java

@cbxp
Copy link
Author

cbxp commented Jun 18, 2014

This issue is a stopper to start using lambdas in Play Framework 1.3

@Toparvion
Copy link

The issue prevents our project from being fully migrated to Java 8.
Is there any plans to fix it? Or there may be a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants