Re: solaris jdk build configure problem

2016-03-02 Thread Erik Joelsson
The build failure here looks like javac server is having trouble. A possible workaround is to configure using --disable-javac-server. /Erik On 2016-03-02 12:01, prasanta sadhukhan wrote: I tried setting --with-native-debug-symbols=internal which worked during configure. But while build, I am g

Re: solaris jdk build configure problem

2016-03-02 Thread prasanta sadhukhan
I tried setting --with-native-debug-symbols=internal which worked during configure. But while build, I am getting a hang while generating java.security. It stays there for an hour or so. Any idea why? Whole log is below: BTW, can you also please let me know how to download/use devkit? prasant

Re: RFR 8148187 : Remove OS X-specific com.apple.concurrent package

2016-03-02 Thread Alan Bateman
On 01/03/2016 21:16, Brent Christian wrote: For your review is a webrev of this change: http://cr.openjdk.java.net/~bchristi/8148187/webrev.01/ This looks good to me, in particular the move of FileManager.m into the right source tree as it was just wrong for that to be in jdk.deploy.osx when