JDK-8007462 : Fix provisional applicability for method references
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javac
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-02-04
  • Updated: 2013-06-11
  • Resolved: 2013-02-15
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.
JDK 8
8 b82Fixed
Related Reports
Blocks :  
Description
When a method reference is stuck, a speculative check should be executed in order to make sure that candidates accepting a SAM type with bad arity are discarded from the overload resolution process.