JDK-7013417 : JSR 292 needs to support variadic method handle calls
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: hs20,7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-01-20
  • Updated: 2017-05-16
  • Resolved: 2011-07-19
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 7
7 b132Fixed
Related Reports
Duplicate :  
Relates :  
Description
The expert group has decided to support variable-arity calls at the method-handle level.

This introduces MethodHandle.asVarargsCollector as a new primitive for creating a variable-arity method handle.

This is part of the changes finalized in January 2011.  Other smaller changes are tracked by bug 7012650.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d7de46ec011b
13-05-2011