Re: [jsr-292-eg] updated RI code and API javadoc

2009-09-15 Thread Rémi Forax
Le 16/09/2009 02:56, John Rose a écrit : (Getting a round of EG work in before the Summit, so we'll have more to talk about. :-) [...] Regarding the LDC proposal, it came to my attention that JSR 294 (Modularity) is planning to add new ConstantPool types as well. This makes me very opposed t

Re: [jsr-292-eg] updated RI code and API javadoc

2009-09-15 Thread John Rose
(Getting a round of EG work in before the Summit, so we'll have more to talk about. :-) On Jul 15, 2009, at 6:02 AM, Daniel Heidinga wrote: Regarding keeping MHs.methodType, it seems cleaner to keep the MethodHandles factory and the MethodType factory separate. The static import concerns ca

Re: Fwd: [jsr-292-eg] updated RI code and API javadoc

2009-07-09 Thread Rémi Forax
> *Date: *July 8, 2009 1:39:36 PM PDT > *To: *jsr-292...@jcp.org <mailto:jsr-292...@jcp.org> > *Subject: **Re: [jsr-292-eg] updated RI code and API javadoc* > *Reply-To: *jsr-292...@jcp.org <mailto:jsr-292...@jcp.org> > > We've taken a look through the Javadoc a

Re: [jsr-292-eg] updated RI code and API javadoc

2009-07-08 Thread Charles Oliver Nutter
gt; Begin forwarded message: > From: Daniel Heidinga > Date: July 8, 2009 1:39:36 PM PDT > To: jsr-292...@jcp.org > Subject: Re: [jsr-292-eg] updated RI code and API javadoc > Reply-To: jsr-292...@jcp.org > > We've taken a look through the Javadoc and have some c

Fwd: [jsr-292-eg] updated RI code and API javadoc

2009-07-08 Thread John Rose
use case (or abuse case!) for one of the features we are trying to decide on. Please weigh in! -- John Begin forwarded message: From: Daniel Heidinga Date: July 8, 2009 1:39:36 PM PDT To: jsr-292...@jcp.org Subject: Re: [jsr-292-eg] updated RI code and API javadoc Reply-To: jsr-292...@jcp.org

Re: updated RI code and API javadoc

2009-06-30 Thread Yuri Gaevsky
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

Re: updated RI code and API javadoc

2009-06-27 Thread Yuri Gaevsky
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

Re: updated RI code and API javadoc

2009-06-22 Thread Rémi Forax
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

updated RI code and API javadoc

2009-06-19 Thread John Rose
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-javadoc-mlvm/ I added filterAr