Re: RFR: JDK-8161230 - Create java.util.stream.Stream from Iterator / Enumeration

2016-08-18 Thread Paul Sandoz
> On 17 Aug 2016, at 02:39, Patrick Reinhart wrote: > > Hi Paul, > > Thanks for the input. I integrated that into the version here: > > http://cr.openjdk.java.net/~reinhapa/reviews/8161230/ClassLoader_StreamMethods.03 > Onward to the implementation! Paul.

Re: Another clarification on module source spread across multiple locations

2016-08-18 Thread Jonathan Gibbons
On 08/18/2016 05:17 AM, Alan Bateman wrote: On 11/08/2016 05:50, Jayaprakash Arthanareeswaran wrote: Hi Alan, I also need a clarification on the following passage in JEP 261: /"In large systems the source code for a particular module may be spread across several different directories. In the J

Re: RFR: 8163126 Wrong @modules in some of jdk/* tests

2016-08-18 Thread Alan Bateman
On 17/08/2016 17:40, Alexandre (Shura) Iline wrote: Thank you! Fixed in place: http://cr.openjdk.java.net/~shurailine/8163126/webrev.00/test/jdk/security/jarsigner/Spec.java.sdiff.html Shura The updated patch looks good to me. Slightly off-topic but how close do you think we are to dropping

Re: Another clarification on module source spread across multiple locations

2016-08-18 Thread Alan Bateman
On 11/08/2016 05:50, Jayaprakash Arthanareeswaran wrote: Hi Alan, I also need a clarification on the following passage in JEP 261: /"In large systems the source code for a particular module may be spread across several different directories. In the JDK itself

hg: jigsaw/jake/langtools: 8159603: one more testcase for model for annotations on module declarations

2016-08-18 Thread jan . lahoda
Changeset: a579a4ceb686 Author:jlahoda Date: 2016-08-18 09:52 +0200 URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/a579a4ceb686 8159603: one more testcase for model for annotations on module declarations ! test/tools/javac/modules/AnnotationsOnModules.java