I Am Not A Lambdas Expert (IANALE) but assuming they go with an
invokedynamic implementation (which at this stage is likely for
performance reasons) then there won't be the possibility of having 1.5
compatibility, unless of course they have a separate anonymous inner
class implementation for older versions of Java.
Either way, best place to ask this Q is on the lambda-dev OpenJDK mailing list.
Cheers,
Martijn
> --
> You received this message because you are subscribed to the Google Groups
> "The Java Posse" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/javaposse/-/mncTZ2GGz6cJ.
> To post to this group, send email to java...@googlegroups.com.
> To unsubscribe from this group, send email to
> javaposse+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/javaposse?hl=en.
Hi Sam,I Am Not A Lambdas Expert (IANALE) but assuming they go with an
invokedynamic implementation (which at this stage is likely for
performance reasons) then there won't be the possibility of having 1.5
compatibility,