Re: Initial JDK 11 RFR of JDK-8173382: Add -source 11 and -target 11 to javac - Java Bug System & JDK-8193291: Add SourceVersion.RELEASE_11

2017-12-13 Thread Brian Goetz
Don't forget to add the new version to the list of validated versions in multi-release JARs... On 12/13/2017 1:36 PM, joe darcy wrote: There are various changes associated with a JDK N to (N+1) update including (but not limited to):     1) New -source/-target value in javac     2) Make new

Re: New files dont apear in src.zip

2013-04-15 Thread Brian Goetz
Are you using the old build? On 4/15/2013 7:07 AM, Boaz Nahum wrote: Hi. I'm building lambda/lambda on daily basis. The problem is when new file is introduced, only clean build will force it into src.zip. The last example is StreamSupport.java Thanks Boaz

Re: First build-infra push to jdk8 -- try out the new build system!

2012-04-20 Thread Brian Goetz
Is there a list of "features" that can be turned on and off? With the old build, I customize it with environment variables like SKIP_FASTDEBUG_BUILD, NO_DOCS, NO_SAMPLES, and NO_DEMOS, which shaves lots of time off the build. Are there equivalent configure flags for these? On 4/12/2012 5:47

Re: Adding asm to JDK 8

2012-02-13 Thread Brian Goetz
ive a good starting point. Mandy On 2/2/2012 7:34 PM, Brian Goetz wrote: The main ASM distribution is broken into 5 jars, based on how people tend to use it; this is probably a good starting candidate for module boundaries. Brian - I also think we'll need a brief overview on usage too. In particu

Re: Adding asm to JDK 8

2012-02-03 Thread Brian Goetz
any body has a justification to include all of them. ASM has core and couple of interfaces around it. Subset included now to jaxp workspace is enough to do all necessary things. -Dmitry On 2012-02-03 07:34, Brian Goetz wrote: The main ASM distribution is broken into 5 jars, based on how people

Re: Adding asm to JDK 8

2012-02-03 Thread Brian Goetz
The hope there is that JAX-WS can convert over to / certify on the bundled ASM, and then we can get rid of their old copy. Same process as removing APT; they have to do some work first. On 2/3/2012 6:48 AM, Alan Bateman wrote: On 03/02/2012 05:08, Dmitry Samersoff wrote: Jim, Do you plan to

Re: Adding asm to JDK 8

2012-02-03 Thread Brian Goetz
The main ASM distribution is broken into 5 jars, based on how people tend to use it; this is probably a good starting candidate for module boundaries. On 2/2/2012 10:33 PM, Mandy Chung wrote: On 2/2/2012 7:13 PM, David Holmes wrote: Okay two questions :) : do you know when this will get modul

Re: Adding asm to JDK 8

2012-02-03 Thread Brian Goetz
en they ask for it. For now the packages have been renamed but once we modularize ASM we may not need to do that any more. On 2/3/2012 6:46 AM, Alan Bateman wrote: On 03/02/2012 04:04, Mandy Chung wrote: Great. That would give a good starting point. Mandy On 2/2/2012 7:34 PM, Brian Goetz w