-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: tools
-
b75
-
Verified
The latest lambda spec has several changes involving overload resolution:
*) new 'provisonally applicable' step before ordinary applicability check (used for stuck arguments)
*) new structural most specific routine
*) lambda and method references are always type-checked using the loose compatibility context
Javac should be modified to reflect that.
*) new 'provisonally applicable' step before ordinary applicability check (used for stuck arguments)
*) new structural most specific routine
*) lambda and method references are always type-checked using the loose compatibility context
Javac should be modified to reflect that.
- relates to
-
JDK-8029718 Should always use lambda body structure to disambiguate overload resolution
-
- Closed
-