[patch] fix typo for s390x for HOTSPOT_$1_CPU_DEFINE

2016-04-29 Thread Matthias Klose
The build 116 broke the zero build on s390x, this is just a simple typo. Please apply. This at least lets the first build finish in the bootcycle build before the vm crashes in the second one. However this build change broke the build on all archs which are not explicitly handled in this alte

Re: Cannot build on OS X 10.11.4

2016-04-29 Thread John Crowley
Believe that I have been. Ran again this AM: JDCMacBook:9dev jdc$ hg pull -u pulling from http://hg.openjdk.java.net/jdk9/dev searching for changes adding changesets adding manifests adding file changes added 1 changesets with 1 changes to 1 files 1 files updated, 0 files merged, 0 files removed,

Re: Cannot build on OS X 10.11.4

2016-04-29 Thread Erik Joelsson
On 2016-04-29 15:08, John Crowley wrote: Believe that I have been. Ran again this AM: JDCMacBook:9dev jdc$ hg pull -u pulling from http://hg.openjdk.java.net/jdk9/dev searching for changes adding changesets adding manifests adding file changes added 1 changesets with 1 changes to 1 files 1 fil

Re: Cannot build on OS X 10.11.4

2016-04-29 Thread Vadim Pakhnushev
John, Running 'sh get_source.h' is much more reliable way to update all repos in the tree. It's basically a shorthand of 'sh common/bin/hgforest pull -u' Vadim On 29.04.2016 16:08, John Crowley wrote: Believe that I have been. Ran again this AM: JDCMacBook:9dev jdc$ hg pull -u pulling from

Re: Cannot build on OS X 10.11.4

2016-04-29 Thread John Crowley
That did it - thanks. Had used the get_source.sh initially, but mistakenly thought that it was only for the initial download of the source. Guess that 'hg pull' should not really be used. Now I can go wrestle with NetBeans! John Crowley Westport, CT 203-856-2396 > On Apr 29, 2016, at 9:29

Re: Cannot build on OS X 10.11.4

2016-04-29 Thread David Holmes
Look at the trees extension [1] - then you can use hg tpull -u David [1] http://openjdk.java.net/projects/code-tools/trees/ On 30/04/2016 1:22 AM, John Crowley wrote: That did it - thanks. Had used the get_source.sh initially, but mistakenly thought that it was only for the initial download o

small changes, long build time

2016-04-29 Thread Pete Brunet
Even small edits to code in the jdk source tree result in very long time build times now that jigsaw is merged in. Is anyone working on trying to improve that? Is there a workaround? Thanks, Pete

Re: small changes, long build time

2016-04-29 Thread Alan Bateman
On 30/04/2016 00:46, Pete Brunet wrote: Even small edits to code in the jdk source tree result in very long time build times now that jigsaw is merged in. Is anyone working on trying to improve that? Is there a workaround? When you touch code in a module then you can use "make " to just rebui