JDK-7200776 : Implement default methods in interfaces
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-09-25
  • Updated: 2014-06-27
  • Resolved: 2012-11-14
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 Other
8 b65Fixed hs25Fixed
Related Reports
Blocks :  
Description
Modify the JVM to recognize and dispatch to default methods as described in these documents:

http://cr.openjdk.java.net/~briangoetz/lambda/Defender%20Methods%20v4.pdf
http://cr.openjdk.java.net/~briangoetz/lambda/featherweight-defenders.pdf
http://cr.openjdk.java.net/~briangoetz/lambda/lambda-state-4.html

Comments
JUSTIFICATION Priority changed from [] to [3-Medium] JDK8 Feature: part of JSR 335 keith.mcguigan@oracle.com 2012-09-25 12:48:37 GMT
27-09-2012