hg: jigsaw/jake/jdk: Pre-generating ModuleDescriptor hashCode has direct and indirect benefits to startup

2016-11-27 Thread mandy . chung
Changeset: 01f184198a68 Author:redestad Date: 2016-11-27 14:48 +0100 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/01f184198a68 Pre-generating ModuleDescriptor hashCode has direct and indirect benefits to startup Reviewed-by: alanb, mchung !

Re: How many modules per jar?

2016-11-27 Thread Remi Forax
Hi vitaliy, - Mail original - > De: "Pisarev, Vitaliy" > À: jigsaw-dev@openjdk.java.net > Envoyé: Dimanche 27 Novembre 2016 19:28:51 > Objet: How many modules per jar? > I am not sure I hit the right mailing list, kindly redirect me if needed. > > I am

How many modules per jar?

2016-11-27 Thread Pisarev, Vitaliy
I am not sure I hit the right mailing list, kindly redirect me if needed. I am preparing a lecture for my team about the new module system and wondering whether there is already a set of best practices around this. For example: should we host each module in a separate jar or should a jar

Re: Replacement for JDK8 APIs

2016-11-27 Thread Jonathan Gibbons
Stéphan, You say you are using com.sun.tools.javac.api.JavacTrees. Although that class is not exported from jdk.compiler, it is an implementation of the interface com.sun.source.util.Trees, which is exported. Is the interface sufficient to your needs? If not, what methods are you calling?

Re: Code review for jigsaw/jake -> jdk9/dev sync up

2016-11-27 Thread Peter Levart
Hi Alan, Overall this looks very good. I noticed a couple of nits... 1. I wonder if the new ServiceLoader API signature should be tweaked a bit... There is a new method in ServiceLoader with the following signature: public Stream stream() ...where Provider declares the

Re: Replacement for JDK8 APIs

2016-11-27 Thread Alan Bateman
On 27/11/2016 09:16, Stéphane Nicoll wrote: Hey, Thanks for all the feedback so far. Any idea about the annotation processor question? Is there a dedicated dev list for it maybe? compiler-dev is the place to bring it up. -Alan

Re: Replacement for JDK8 APIs

2016-11-27 Thread Stéphane Nicoll
Hey, Thanks for all the feedback so far. Any idea about the annotation processor question? Is there a dedicated dev list for it maybe? Thank you, S. On Thu, Nov 24, 2016 at 3:22 PM, Stéphane Nicoll wrote: > Hi, > > I am working on the Spring Boot project[1] and I am

hg: jigsaw/jake/jdk: Update ProblemList to list JAX-WS issue

2016-11-27 Thread alan . bateman
Changeset: bf9c1eda7c6a Author:alanb Date: 2016-11-27 08:32 + URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/bf9c1eda7c6a Update ProblemList to list JAX-WS issue ! test/ProblemList.txt