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