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_
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
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
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
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
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
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
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