Re: RFR: JDK-8147795 Build system support for BSD

2016-01-20 Thread Magnus Ihse Bursie
On 2016-01-20 13:06, David Holmes wrote: On 20/01/2016 9:15 PM, Alan Bateman wrote: On 20/01/2016 10:54, Magnus Ihse Bursie wrote: During my spare time last autumn, and in the holidays, I've been playing around with the three major BSDs (FreeBSD, OpenBSD and NetBSD), trying to learn something n

ServerImpl misplaced null check

2016-01-20 Thread Scott Palmer
I was searching for a way to set TCP_NODELAY for an Endpoint using the default HTTP server and after finally tracking down the existence of the “sun.net.httpserver.nodelay” system property I noticed what appears to be a mistake (though not a big one) in the source code. Look here: http://hg.ope

Re: javac server: No port file values materialized. on AIX

2016-01-20 Thread Severin Gehwolf
On Wed, 2016-01-20 at 14:04 +0100, Andreas Lundblad wrote: > > > > FWIW, I'm seeing this issue now on the Zero builder: > > http://builder.classpath.org/jenkins/job/OpenJDK9_hs_rt_Zero/203/console > > > > The builder might be under load which could cause this, but > > nevertheless it's the first

Re: javac server: No port file values materialized. on AIX

2016-01-20 Thread Andreas Lundblad
On Wed, Jan 20, 2016 at 10:43:47AM +0100, Severin Gehwolf wrote: > Hi, > > I'm doubtful this is an issue specific to AIX since I'm seing this now > on a Linux box. See below. > > On Mon, 2016-01-18 at 15:39 +0100, Volker Simonis wrote: > > On Mon, Jan 18, 2016 at 3:34 PM, Andreas Lundblad > > wr

Re: RFR: JDK-8147795 Build system support for BSD

2016-01-20 Thread David Holmes
On 20/01/2016 9:15 PM, Alan Bateman wrote: On 20/01/2016 10:54, Magnus Ihse Bursie wrote: During my spare time last autumn, and in the holidays, I've been playing around with the three major BSDs (FreeBSD, OpenBSD and NetBSD), trying to learn something new. (Yeah, I know, this proves that I have

Re: javac server: No port file values materialized. on AIX

2016-01-20 Thread David Holmes
On 20/01/2016 7:43 PM, Severin Gehwolf wrote: Hi, I'm doubtful this is an issue specific to AIX since I'm seing this now on a Linux box. See below. It isn't specific to AIX. As Erik said earlier in the thread we see this occasionally on Solaris too. David On Mon, 2016-01-18 at 15:39 +010

Re: RFR: JDK-8147795 Build system support for BSD

2016-01-20 Thread Alan Bateman
On 20/01/2016 10:54, Magnus Ihse Bursie wrote: During my spare time last autumn, and in the holidays, I've been playing around with the three major BSDs (FreeBSD, OpenBSD and NetBSD), trying to learn something new. (Yeah, I know, this proves that I have no life :-)). And what better way to le

Re: RFR: JDK-8147795 Build system support for BSD

2016-01-20 Thread Magnus Ihse Bursie
On 2016-01-20 11:54, Magnus Ihse Bursie wrote: During my spare time last autumn, and in the holidays, I've been playing around with the three major BSDs (FreeBSD, OpenBSD and NetBSD), trying to learn something new. (Yeah, I know, this proves that I have no life :-)). And what better way to le

Re: RFR: JDK-8147786: Building hotspot gives error message from find

2016-01-20 Thread Magnus Ihse Bursie
On 2016-01-20 10:16, Erik Joelsson wrote: Due to a collision between two fixes (JDK-8146403 and JDK-8067194), whenever we build hotspot now we get the message: /usr/bin/find: `/localhome/hg/jdk9-dev-ALT/hotspot/agent': No such file or directory Bug: https://bugs.openjdk.java.net/browse/JDK-814

RFR: JDK-8147795 Build system support for BSD

2016-01-20 Thread Magnus Ihse Bursie
During my spare time last autumn, and in the holidays, I've been playing around with the three major BSDs (FreeBSD, OpenBSD and NetBSD), trying to learn something new. (Yeah, I know, this proves that I have no life :-)). And what better way to learn an operating system than to try and build Op

Re: javac server: No port file values materialized. on AIX

2016-01-20 Thread Severin Gehwolf
Hi, I'm doubtful this is an issue specific to AIX since I'm seing this now on a Linux box. See below. On Mon, 2016-01-18 at 15:39 +0100, Volker Simonis wrote: > On Mon, Jan 18, 2016 at 3:34 PM, Andreas Lundblad > wrote: > > > > > Interesting observation. The code for waiting for valid port file

RFR: JDK-8147786: Building hotspot gives error message from find

2016-01-20 Thread Erik Joelsson
Due to a collision between two fixes (JDK-8146403 and JDK-8067194), whenever we build hotspot now we get the message: /usr/bin/find: `/localhome/hg/jdk9-dev-ALT/hotspot/agent': No such file or directory Bug: https://bugs.openjdk.java.net/browse/JDK-8147786 Patch: erik@pilot:/localhome/hg/jdk9-d