JDK-8170830 : 18.5.2: Allow stuck lambdas to be reduced before target type constraint
  • Type: Bug
  • Component: specification
  • Sub-Component: language
  • Affected Version: 8
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2016-12-06
  • Updated: 2017-01-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbd_majorUnresolved
Related Reports
Blocks :  
Relates :  
Description
Per JDK-8153748, javac currently attempts to reduce some stuck lambdas before deriving bounds from the method invocation's target type. We should consider specifying this behavior rather than forcing javac to be less helpful.