Re: building 7u on macosx

2014-04-25 Thread David DeHaven
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_

Re: building 7u on macosx

2014-04-22 Thread David Holmes
On 22/04/2014 1:25 PM, Pete Brunet wrote: On 4/21/14 9:30 PM, David Holmes wrote: On 19/04/2014 5:25 AM, Pete Brunet wrote: 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_J

Re: building 7u on macosx

2014-04-21 Thread Pete Brunet
On 4/21/14 9:30 PM, David Holmes wrote: > On 19/04/2014 5:25 AM, Pete Brunet wrote: >> 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

Re: building 7u on macosx

2014-04-21 Thread David Holmes
On 19/04/2014 5:25 AM, Pete Brunet wrote: 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` HOTSP

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