Re: RFR 8030011: Update Hotspot version string output

2014-04-18 Thread John Coomes
Alejandro E Murillo (alejandro.muri...@oracle.com) wrote: > > Please review this change to make the hotspot related output produced by > "java -version" > match the corresponding JDK output: > > webrev: http://cr.openjdk.java.net/~amurillo/9/8030011/ > Bug: https://bugs.openjdk.java.net/browse/J

RFR: 8007327: (xxs) Emit MEMORY_SIZE into spec.gmk

2014-04-18 Thread Mike Duigou
Hello all; This is a very simple patch which causes the already calculated MEMORY_SIZE variable to be emitted into the spec.gmk where it can be used by make scripts. Generally this will be to provide a different calculation of the number of concurrent jobs. JBSBUG: https://bugs.openjdk.java.ne

RFR: 8041151: More concurrent hgforest.

2014-04-18 Thread Mike Duigou
Hello all; This is an improvement to hgforest to increase it's concurrency behaviour. Currently hgforest.sh limits the rate at which it starts new sub-processes because it wants to limit the number of concurrent tasks. The naive approach it takes can cause unnecessary delays. For sequences of o

Re: jdk7u full build fails on Win - unable to load zip.dll

2014-04-18 Thread Pete Brunet
p.s. The ALT_BOOTDIR specifies 6u45. On 4/18/14 4:53 PM, Pete Brunet wrote: > A full 7u build currently fails like this: > > make[6]: Entering directory > `/cygdrive/c/Users/Pete/JDK7u/jdk7-clone/jdk7/jdk/make/com/sun/jmx' > /usr/bin/mkdir -p > C:/Users/Pete/JDK7u/jdk7-clone/jdk7/build/windows-i58

jdk7u full build fails on Win - unable to load zip.dll

2014-04-18 Thread Pete Brunet
A full 7u build currently fails like this: make[6]: Entering directory `/cygdrive/c/Users/Pete/JDK7u/jdk7-clone/jdk7/jdk/make/com/sun/jmx' /usr/bin/mkdir -p C:/Users/Pete/JDK7u/jdk7-clone/jdk7/build/windows-i586/../windows-i586-fastdebug/classes/javax/management/remote/rmi rm -f C:/Users/Pete/JDK7

Re: building 7u on macosx

2014-04-18 Thread Pete Brunet
Success. I found this post from Arun Gupta: https://blogs.oracle.com/arungupta/entry/build_open_jdk_7_on which specifies this make ALLOW_DOWNLOADS=true SA_APPLE_BOOT_JAVA=true ALWAYS_PASS_TEST_GAMMA=true ALT_BOOTDIR=`/usr/libexec/java_home -v1.6` HOTSPOT_BUILD_JOBS=`sysctl -n hw.ncpu` rather th

Re: building 7u on macosx

2014-04-18 Thread Pete Brunet
I see Mac downloads for 7u55 so I should be able to build 7u. But the instructions at https://wiki.openjdk.java.net/display/MacOSXPort/Main are for 8 so maybe the instructions are different for 7? The instuctions in the 7 section of http://openjdk.java.net/groups/build/ have no mention of mac os

Re: building 7u on macosx

2014-04-18 Thread Pete Brunet
Maybe 7 is not supported? The reason I am trying to build it is to back port two bugs from 9, but maybe that's not needed. On 4/18/14 11:39 AM, Pete Brunet wrote: > Hi, It's been a long time since I built 7 on macosx. Refering to > > https://wiki.openjdk.java.net/display/MacOSXPort/Main > > I se

building 7u on macosx

2014-04-18 Thread Pete Brunet
Hi, It's been a long time since I built 7 on macosx. Refering to https://wiki.openjdk.java.net/display/MacOSXPort/Main I see these instructions CPATH="/usr/X11/include" LANG=C make ALLOW_DOWNLOADS=true ALT_BOOTDIR=`/usr/libexec/java_home -v 1.7+` HOTSPOT_BUILD_JOBS=`sysctl -n hw.ncpu` but that