Greetings.
Some follow up: currently the methods of the java.dyn.Linkage class have
the following behaviour with respect to null parameter(s):
[1] Linkage.registerBootstrapMethod(String name) [name is null]:
Exception thrown: java.lang.NullPointerException
[2] Linkage.registerBootstrapMe
John,
A couple of minor comments regarding the latest java.dyn.* javadoc:
a) "Requirements for Writing Java API Specifications" [1] specifies under the
heading "Method Specification", item number 4:
Null Argument Values - For each reference type argument, specify the
behavior w
John Rose a écrit :
> I pushed a lot more testing and implementation code for the reference
> implementation. Finally permuteArguments works, as do all the
> variations of varargs processing.
>
> Here's the updated javadoc; it's getting better:
> http://cr.openjdk.java.net/~jrose/pres/indy-jav