BytecodeParser icon indicating copy to clipboard operation
BytecodeParser copied to clipboard

No support for Java8 / invokedynamic

Open cbxp opened this issue 10 years ago • 2 comments

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

cbxp avatar Jun 18 '14 07:06 cbxp

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

cbxp avatar Jun 18 '14 07:06 cbxp

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?

Toparvion avatar May 06 '16 13:05 Toparvion