JDK-7190133 : (reflect) Support lambda's defender methods in Class.getMethods methods
Type:Bug
Component:core-libs
Sub-Component:java.lang:reflect
Affected Version:8
Priority:P3
Status:Closed
Resolution:Duplicate
OS:generic
CPU:generic
Submitted:2012-08-08
Updated:2013-03-20
Resolved:2013-03-20
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.
Defender methods are one part of Project Lambda. This new kind of method needs to show up appropriately in core reflection from the various methods of java.lang.Class:
getDeclaredMethods
getMethod
getMethods
Comments
Work involved now being tracked under JDK-8010200.