Re: OpenJDK 8 on OS/X and XCode 4.

2011-11-03 Thread John Rose
Recent changes in hsx/hotspot have destabilized the build on mac. I just pushed another workaround here: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/file/tip/mac-tweaks.patch The buildtree.make change fixes the failure Henri saw. (Or you can add "ALWAYS_PASS_TEST_GAMMA=true" to the build s

hg: mlvm/mlvm/hotspot: mac-tweaks: work around MACOSX_PORT-214; also guard meth-lazy

2011-11-03 Thread john . r . rose
Changeset: 6cfc18c8992a Author:jrose Date: 2011-11-03 22:29 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/6cfc18c8992a mac-tweaks: work around MACOSX_PORT-214; also guard meth-lazy ! mac-tweaks.patch ! series ___ mlvm-dev m

Re: OpenJDK 8 on OS/X and XCode 4.

2011-11-03 Thread Henri Gomez
I didn't get gamma built. I see your OpenJDK is an old one. From bsd-port ? Are you using XCode 4 or previous ? Le 3 nov. 2011 à 22:27, Mark Roos a écrit : > From Henri > > All done. > cd bsd_amd64_compiler2/fastdebug && ./test_gamma > openjdk full version "1.7.0-b147-20110923" > Error occu

Re: OpenJDK 8 on OS/X and XCode 4.

2011-11-03 Thread Mark Roos
>From Henri All done. cd bsd_amd64_compiler2/fastdebug && ./test_gamma openjdk full version "1.7.0-b147-20110923" Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object I get the noclassdef found error when I run my code tests using b147 due to a bug in the

Re: hg: mlvm/mlvm/jdk: add experimental macosx-port patch, FTR

2011-11-03 Thread Henri Gomez
> Not certain what this commit was fixing but I am still getting this error: > > Linking vm... > [ -f libsaproc_g.dylib ] || { ln -s libsaproc.dylib libsaproc_g.dylib; } > dsymutil libjvm.dylib > warning: no debug symbols in executable (-arch x86_64) > echo "Doing vm.make build:" > Doing vm.make bu

Re: hg: mlvm/mlvm/jdk: add experimental macosx-port patch, FTR

2011-11-03 Thread Stephen Bannasch
At 5:51 AM + 11/3/11, john.r.r...@oracle.com wrote: >Changeset: 77386404343c >Author:jrose >Date: 2011-11-02 22:50 -0700 >URL: http://hg.openjdk.java.net/mlvm/mlvm/jdk/rev/77386404343c > >add experimental macosx-port patch, FTR > >+ bsd-port-to-macosx-port.patch >! series Not ce

OpenJDK 8 on OS/X and XCode 4.

2011-11-03 Thread Henri Gomez
Hi to all, I'd like to provide OpenJDK 8 with MLVM to OS/X users as I'm doing for month with OpenJDK 7 on http://code.google.com/p/openjdk-osx-build/. I'm trying to build it using Stephen scripts (https://gist.github.com/243072) for now but I still can't get it built : /Users/henri/