Exceptions and lambda.

Srikanth S Adayapalam srikanth_sankaran at in.ibm.com
Wed Feb 6 05:57:42 PST 2013


> From: Maurizio Cimadamore <maurizio.cimadamore at oracle.com>
> Subject: Re: Exceptions and lambda.

> It would seem that the text is implying that the restriction comes 
> from the fact that a lambda has no syntax for declaring type-
> parameters. On the other hand I'm not sure that's enough, as the 
> compiler could simply generate a signature that matches the one in 
> the functional descriptor so that overriding is preserved (esp. when
> lambda formals are omitted).

As a matter of fact, I had (incorrectly) assumed that the primary reason
we support elided types was to accommodate this scenario, where due to
lack of own type variables, the lambda won't be able to spell out a
signature that is equivalent and only secondarily to minimize noise in
complex expressions/invocations etc.

> I said 
> mostly because if the descriptor doesn't mention type-variables in 
> the argument part, then the check doesn't help and we're back to square 
one.

Then don't we just have concrete types that could be type checked against
each other ?
 
Srikanth.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/lambda-spec-experts/attachments/20130206/4f6f1bb5/attachment-0001.html 


More information about the lambda-spec-experts mailing list