Re: JDK 9 build hangs after java.security

2015-07-15 Thread Joe Kutner
That revealed that it is working (but very slowly) :) thank you > On Jul 15, 2015, at 5:46 PM, David Holmes wrote: > > On 16/07/2015 7:40 AM, Joe Kutner wrote: >> I’m trying to build JDK 9 on Ubuntu using Docker. My build hangs at this >> point: >> >>> Generating java.security >>> Note: Some i

Re: JDK 9 build hangs after java.security

2015-07-15 Thread David Holmes
On 16/07/2015 7:40 AM, Joe Kutner wrote: I’m trying to build JDK 9 on Ubuntu using Docker. My build hangs at this point: Generating java.security Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Warning: generation and use of skeleton

JDK 9 build hangs after java.security

2015-07-15 Thread Joe Kutner
I’m trying to build JDK 9 on Ubuntu using Docker. My build hangs at this point: > Generating java.security > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > Warning: generation and use of skeletons and static stubs for JRMP > is dep

Re: RFR - 8027634: Support @argfiles for java command-line tool

2015-07-15 Thread Mandy Chung
> On Jul 10, 2015, at 11:48 AM, Henry Jen wrote: > > Hi, > > Please review proposed patch for JDK-8027634[1]. This patch is to enable java > support command line argument file like javac does. The implementation use > the same syntax rule, which is implemented in CommandLine.java[3] with > j