JDK-8159746 : (proxy) Support for default methods
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang:reflect
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-06-16
  • Updated: 2020-12-07
  • Resolved: 2020-12-01
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 16
16 b27Fixed
Related Reports
CSR :  
Sub Tasks
JDK-8260600 :  
JDK-8263045 :  
Description
It's not possible to implement InvocationHandler that delegates to the default method [1].

[1] http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-May/007896.html

Comments
Changeset: 56b15fbb Author: Mandy Chung <mchung@openjdk.org> Date: 2020-12-01 17:23:07 +0000 URL: https://git.openjdk.java.net/jdk/commit/56b15fbb
01-12-2020

Pull Request: https://github.com/openjdk/jdk/pull/313
22-09-2020

Peter Levart has a proposal: http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-June/041629.html
16-06-2016