hg: jdk7u/jdk7u-osx: 30 new changesets

Michael McMahon michael.x.mcmahon at oracle.com
Mon Dec 5 00:38:52 PST 2011


Henri,

I see you have it building now, but for the record, below is the script 
I use,
and I also attach the hotspot patch that is needed prior to the fix for 
7116189 being pushed.

On the question of "universal" versus "x86_64" binaries, I adjusted the 
build to only produce
the 64 bit version because that is what hotspot produces. My 
understanding is we're only
supporting a 64 bit VM.

- Michael.

make \
      ARCH_DATA_MODEL=64 \
      OPENJDK=true \
      SA_APPLE_BOOT_JAVA=true \
      ALWAYS_PASS_TEST_GAMMA=true \
      ALT_BOOTDIR=`/usr/libexec/java_home -v 1.6` \
      HOTSPOT_BUILD_JOBS=`sysctl -n hw.ncpu` \
      ALT_FREETYPE_HEADERS_PATH=/usr/X11R6/include \
      ALT_FREETYPE_LIB_PATH=/usr/X11R6/lib \
      NO_DOCS=true \
      -w >> make.log 2>&1





On 04/12/11 08:46, Henri Gomez wrote:
> Hi Michael
>
> There is more and more commits to jdk7u-osx and it's nice.
>
> Question, did it is buildable yet on OS/X ?
>
> Tried 2 days ago with usual macosx-port make command (and parameters)
> but it fail.
>
> What are the builds commands to be used now ?
>

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: macosx.hotspot.11_14_11
Url: http://mail.openjdk.java.net/pipermail/macosx-port-dev/attachments/20111205/ce0c3b64/macosx.hotspot.11_14_11 


More information about the macosx-port-dev mailing list