[9] RFR (XS): 8073644: Assertion in LambdaFormEditor.bindArgumentType is too strict

Paul Sandoz paul.sandoz at oracle.com
Fri Feb 27 10:03:10 UTC 2015


On Feb 26, 2015, at 7:14 PM, Vladimir Ivanov <vladimir.x.ivanov at oracle.com> wrote:

> http://cr.openjdk.java.net/~vlivanov/8073644/webrev.00
> https://bugs.openjdk.java.net/browse/JDK-8073644
> 
> After JDK-8069591 [1] which introduced LambdaForm customization, the assert in LambdaFormEditor.bindArgumentType became too strict.
> 
> The fix is to relax it - compare uncustomized versions. And LambdaFormEditor.lambdaForm is always uncustomized.
> 
> Testing: java/lang/invoke, nashorn tests
> 

+1

I needed to remind myself of the dual nature of LambdaForm.transformCache :-)
 
Paul.



More information about the core-libs-dev mailing list