Is it a new compiler feature, or JVM 8 support?
# jvm-ir-backend-feedback
n
Is it a new compiler feature, or JVM 8 support?
i
It is JVM 8 support.
Lambdas implemented with methods are converted to callable object with
invokedynamic
instruction.
n
Ok, thanks!