Re: RFR 8189131: Open-source the Oracle JDK Root Certificates

2017-12-11 Thread Weijun Wang
> On Dec 8, 2017, at 10:45 PM, Volker Simonis wrote: > > OK, I've opened the RFR "JDK-8193255: Root Certificates should be > stored in text format and assembled at build time" for this issue. In fact, I would recommend we directly release cacerts as a text file containing PEM certificates, fo

Re: RFR: 8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image

2017-12-11 Thread Erik Helin
On 12/08/2017 05:37 PM, Erik Joelsson wrote: This looks better. One more thing that I forgot in the last review, on mkdir I recommend using the -p flag for nicer handling if the dir already exists and in case CONFIGURESUPPORT_OUTPUTDIR has not yet been created. Thanks Erik, great suggestion,

Re: RFR: 8193189: Allow --boot-jdk to accept a .tar.gz compressed JDK image

2017-12-11 Thread Erik Joelsson
Looks good. /Erik On 2017-12-11 06:03, Erik Helin wrote: On 12/08/2017 05:37 PM, Erik Joelsson wrote: This looks better. One more thing that I forgot in the last review, on mkdir I recommend using the -p flag for nicer handling if the dir already exists and in case CONFIGURESUPPORT_OUTPUTDIR

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-11 Thread joe darcy
Hello, With the JDK 11 line of development opening up in a few days, a few changes are needed to prepared to turn a JDK 10 code base into a JDK 11 one including: JDK-8173382: Add -source 11 and -target 11 to javac JDK-8193291: Add SourceVersion.RELEASE_11 Webev: http://cr