RFR (S) 8019417: JSR 292 javadoc should clarify method handle arity limits

2013-09-12 Thread John Rose
Please review this change for a change to the JSR 292 implementation:

http://cr.openjdk.java.net/~jrose/8019417/webrev.00

The change is to javadoc and unit tests, documenting and testing some corner 
cases of JSR 292 APIs.

Since the RI is already correct, there are no implementation code changes.

Thanks,
— John

Re: RFR (S) 8019417: JSR 292 javadoc should clarify method handle arity limits

2013-09-12 Thread Christian Thalinger

On Sep 12, 2013, at 4:34 PM, John Rose john.r.r...@oracle.com wrote:

 Please review this change for a change to the JSR 292 implementation:
 
 http://cr.openjdk.java.net/~jrose/8019417/webrev.00
 
 The change is to javadoc and unit tests, documenting and testing some corner 
 cases of JSR 292 APIs.
 
 Since the RI is already correct, there are no implementation code changes.

This looks good.  The only thing that sounds odd is very large arity:

+ * a href=MethodHandle.html#maxarityvery large arity/a,

-- Chris

 
 Thanks,
 — John
 ___
 mlvm-dev mailing list
 mlvm-...@openjdk.java.net
 http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev