-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b115
-
generic
Enhanced drop-args:
Adapts a target method handle to match the given parameter type list, if necessary, by adding dummy arguments.
Varargs adjustment:
Adapts a method handle as asVarargsCollector if flag is true else asFixedArity.
Identity and default constant:
Produces a method handle which does nothing and returns a suitable default depending on the return type.
Adapts a target method handle to match the given parameter type list, if necessary, by adding dummy arguments.
Varargs adjustment:
Adapts a method handle as asVarargsCollector if flag is true else asFixedArity.
Identity and default constant:
Produces a method handle which does nothing and returns a suitable default depending on the return type.
- blocks
-
JDK-8150964 j.l.i.MethodHandles.whileLoop(...) small documentation issues
-
- Resolved
-
-
JDK-8151903 MethodHandles.iteratedLoop(MH, MH, MH) doc issues
-
- Resolved
-
-
JDK-8150824 Exceptions when omitting trailing arguments in cleanup
-
- Closed
-
-
JDK-8150956 j.l.i.MethodHandles.whileLoop(...) and .iteratedLoop(...) throw unexpected exceptions in the case of 'init' return type is void
-
- Closed
-
- relates to
-
JDK-8130227 JEP 274: Enhanced Method Handles
-
- Closed
-