hg: tiered-attrib/dev/langtools: golden file change for lambda test

vicente.romero at oracle.com vicente.romero at oracle.com
Wed Apr 15 17:54:38 UTC 2015


Changeset: c8c5e284354d
Author:    vromero
Date:      2015-04-15 10:54 -0700
URL:       http://hg.openjdk.java.net/tiered-attrib/dev/langtools/rev/c8c5e284354d

golden file change for lambda test
The difference in this case is due to the different approach for type inference in TA.
TA first solve the constraint set and later checks if the arguments are acceptable. Completion of
stuck expression is done, as in current javac, before solving the constraint set. The different, order
of these steps leads in this case to a different, but equivalent, error report.

! test/tools/javac/lambda/8016177/T8016177g.out



More information about the tiered-attrib-dev mailing list