Re: hg: bsd-port/bsd-port/hotspot: 2 new changesets

2011-01-31 Thread Henri Gomez
> Traditionally, the jdk can use the last major version for bootstrap and > itself. > The results are the same so it realy comes down to whatever is easiest for > the builder. > > I do however use self bootstrap as a method to check the current build is > working well enough to handle building its

hg: bsd-port/bsd-port/hotspot: Migrate some EINTR support from hpi_bsd.hpp. accept(2) and close(2) can

2011-01-31 Thread kurt
Changeset: 1ac6aed892ee Author:kurt Date: 2011-01-31 21:09 -0500 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/1ac6aed892ee Migrate some EINTR support from hpi_bsd.hpp. accept(2) and close(2) can return EINTR and need to be restarted on *BSD + OS X. ioctl(2) man page

hg: bsd-port/bsd-port/hotspot: 3 new changesets

2011-01-31 Thread kurt
Changeset: 1036eb0a0543 Author:kurt Date: 2011-01-31 18:18 -0500 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/1036eb0a0543 Work-around OpenBSD's lack of $ORIGIN support by pre-loading libnet.so ! src/share/vm/runtime/os.cpp Changeset: 7485f1770f80 Author:kurt

Re: hg: bsd-port/bsd-port/hotspot: 2 new changesets

2011-01-31 Thread Kurt Miller
Hi Henri, On Monday 31 January 2011 04:45:29 pm Henri Gomez wrote: > > Thanks for the test results Henri. I have reverted the change since it > > doesn't work for both jdk6 and self bootstrap. For short term I have > > disabled the test_gamma script so that bsd-port can be built using > > any vali

Re: hg: bsd-port/bsd-port/hotspot: 2 new changesets

2011-01-31 Thread Henri Gomez
> Thanks for the test results Henri. I have reverted the change since it > doesn't work for both jdk6 and self bootstrap. For short term I have > disabled the test_gamma script so that bsd-port can be built using > any valid bootstrap jdk (1.6 or 1.7). When both 1.6 and self bootstrap > works, we c

Re: hg: bsd-port/bsd-port/hotspot: 2 new changesets

2011-01-31 Thread Kurt Miller
Hi Henri, On Monday 31 January 2011 04:00:57 am Henri Gomez wrote: > I updated openjdk-osx-build build scripts to use now OpenJDK 1.7 32bits. > > Bu default, build will use OpenJDK 1.7 32bits if allready installed > (/Library/Java/JavaVirtualMachines/openjdk-1.7-i586). > If not available, it wil

hg: bsd-port/bsd-port/hotspot: Revert previous change and disable test_gamma script until both

2011-01-31 Thread kurt
Changeset: 0b644a2e60e8 Author:kurt Date: 2011-01-31 15:31 -0500 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/0b644a2e60e8 Revert previous change and disable test_gamma script until both jdk 6 and self bootstrap issues are corrected. ! make/bsd/makefiles/buildtree.

Re: hg: bsd-port/bsd-port/hotspot: 2 new changesets

2011-01-31 Thread Henri Gomez
I updated openjdk-osx-build build scripts to use now OpenJDK 1.7 32bits. Bu default, build will use OpenJDK 1.7 32bits if allready installed (/Library/Java/JavaVirtualMachines/openjdk-1.7-i586). If not available, it will download a tarball copy and use it. 2011/1/31 Henri Gomez : > Building with

Re: hg: bsd-port/bsd-port/hotspot: 2 new changesets

2011-01-31 Thread Henri Gomez
Building with previous release of 32bits OpenJDK 1.7 seems better : /usr/bin/strip -S /Users/henri/Documents/hudson/data/jobs/openjdk-1.7-bsdport-x86_64/workspace/build/bsd-amd64/j2sdk-image/jre/lib/amd64/server/libjvm.dylib /usr/bin/strip -S /Users/henri/Documents/hudson/data/jobs/openjdk-1.7-bsd

Re: hg: bsd-port/bsd-port/hotspot: 2 new changesets

2011-01-31 Thread Henri Gomez
Tried to build OpenJDK 1.7 64bits with previous release OpenJDK 1.7 64bits. It build but didn't works ;( gcc -m64 -m64 -L`pwd` -o gamma launcher/java_md.o launcher/java.o launcher/jli_util.o launcher/wildcard.o -ljvm -lm -pthread All done. cd bsd_amd64_compiler2/product && ./test_gamma openjdk