BytecodeParser
BytecodeParser copied to clipboard
No support for Java8 / invokedynamic
When parsing Java8 code with lambdas (that use invokedynamic opcode), NPE is thrown because invokedynamic is not listed in Opcodes.java
This issue is a stopper to start using lambdas in Play Framework 1.3
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?