JDK-8008409 : Implement lambda methods on interfaces as static/private
  • Type: Task
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 8
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2013-02-18
  • Updated: 2013-10-11
  • Resolved: 2013-10-11
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
8Fixed
Related Reports
Blocks :  
Blocks :  
Relates :  
Sub Tasks
JDK-8010006 :  
JDK-8012556 :  
JDK-8012557 :  
Description
Once the VM implements static/private methods on interfaces, switch lambda method generation on interfaces to be consistent with classes: use private and, where possible, static.

Comments
All subtasks are now fixed. This umbrella resolved as Fixed.
11-10-2013

This bug is dependent on JDK-8008687
15-03-2013

Dependent on fix to 8008689
15-03-2013