Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-02-01 Thread Andrew Leonard
@openjdk.java.net Date: 31/01/2019 20:10 Subject:Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX 31 jan. 2019 kl. 16:01 skrev Andrew Leonard : Hiya, I've created and tested a new webrev using lparstat and following your guidelines, webrev.01 is here: http

Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-02-01 Thread Andrew Leonard
: David Holmes , build-dev@openjdk.java.net Date: 31/01/2019 20:10 Subject:Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX 31 jan. 2019 kl. 16:01 skrev Andrew Leonard : Hiya, I've created and tested a new webrev using lparstat and following your guidelines

Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-01-31 Thread Magnus Ihse Bursie
IBM Hursley > > IBM United Kingdom Ltd > > Phone internal: 245913, external: 01962 815913 > > internet email: andrew_m_leon...@uk.ibm.com > > > > > > > > > > From: David Holmes > > To: Erik Joelsson , Andrew Leonard > > , build-dev@o

Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-01-31 Thread Andrew Leonard
Joelsson , Andrew Leonard > , build-dev@openjdk.java.net > Date: 30/01/2019 02:25 > Subject:Re: Proposal: JDK-8217896: Make better use of LCPUs when > building on AIX > > > > On 30/01/2019 3:05 am, Erik Joelsson wrote: >> Hello, >> >> I'

Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-01-30 Thread Magnus Ihse Bursie
elopment IBM Hursley IBM United Kingdom Ltd Phone internal: 245913, external: 01962 815913 internet email: andrew_m_leon...@uk.ibm.com From: David Holmes To: Erik Joelsson , Andrew Leonard , build-dev@openjdk.java.net Date: 30/01/2019 02:25 Subject: Re: Proposal: JDK-8217896: Make

Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-01-30 Thread Andrew Leonard
5 Subject: Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX On 30/01/2019 3:05 am, Erik Joelsson wrote: > Hello, > > I'm OK with this, but since I can't verify it at all, I would be more > comfortable if one of the other AIX users would review this as w

Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-01-30 Thread Magnus Ihse Bursie
On 2019-01-29 18:05, Erik Joelsson wrote: Hello, I'm OK with this, but since I can't verify it at all, I would be more comfortable if one of the other AIX users would review this as well. I'm also a bit surprised by the "wc -l | awk '{print $1}" construct. The point of sending -l to wc is to

Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-01-29 Thread David Holmes
On 30/01/2019 3:05 am, Erik Joelsson wrote: Hello, I'm OK with this, but since I can't verify it at all, I would be more comfortable if one of the other AIX users would review this as well. Ditto. I did some googling on this and pmcycles is flagged as maybe being deprecated in the future

Re: Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-01-29 Thread Erik Joelsson
Hello, I'm OK with this, but since I can't verify it at all, I would be more comfortable if one of the other AIX users would review this as well. /Erik On 2019-01-29 05:08, Andrew Leonard wrote: Hi, Please can I get a sponsor for this build performance enhancement on AIX, by better

Proposal: JDK-8217896: Make better use of LCPUs when building on AIX

2019-01-29 Thread Andrew Leonard
Hi, Please can I get a sponsor for this build performance enhancement on AIX, by better determining the number of LCPUs on smt AIX machines: https://cr.openjdk.java.net/~aleonard/8217896/webrev.00/ My testing shows up to 30% improved build times when leveraging the available LCPUs. Many