JDK-8031379 : Release Note: com.sun.jdi.InterfaceType.invokeMethod() is missing
  • Type: Bug
  • Component: docs
  • Sub-Component: release_notes
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-01-08
  • Updated: 2014-04-29
  • Resolved: 2014-01-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
8Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The JDI API is missing the ability to invoke interface default methods. Interface default methods are a new feature in JDK8.
Comments
Added release note to Known Issues section and linked to 8031195
15-01-2014

This issue is relevant to providers of java debugger tools - eg. NetBeans, Eclipse, Idea etc. Proposed text: Currently it is not possible to programmatically invoke default interface methods using the JDI API. The interface default methods are a new feature of JDK 8 and the JDI specification hasn't been updated to work with this feature yet.
08-01-2014