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

2014-04-28 Thread kurt
Changeset: af32a380118d Author:kurt Date: 2014-04-27 17:17 -0400 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/af32a380118d . Align top of stack to page size to adjust for OpenBSD's randomized initial stack pointer ! src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp Changeset:

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

2014-04-25 Thread glewis
Changeset: bc18827707b2 Author:Greg Lewis Date: 2014-04-25 22:04 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/bc18827707b2 . Don't pass -fpch-deps if compiling with clang. This fixes the build with clang 3.4, which errors on unknown parameters (instead of

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

2011-09-21 Thread glewis
Changeset: cf5c383e1d33 Author:Greg Lewis Date: 2011-09-21 22:28 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/cf5c383e1d33 . Fix the build on FreeBSD by adding an include of fcntl.h for O_CREAT and O_RDWR. ! agent/src/os/bsd/symtab.c Changeset: f1a18ada58

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

2011-09-21 Thread kurt
Changeset: 278b28ec3a1f Author:kurt Date: 2011-09-21 16:36 -0400 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/278b28ec3a1f Summary: Eliminate OS specific atomic includes and implementations from bsd_zero. This reduces linux_zero to bsd_zero diff's and corrects OS X

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

2011-07-07 Thread glewis
Changeset: 9b0ca45cd756 Author:trims Date: 2011-06-28 10:57 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/9b0ca45cd756 Added tag hs21-b17 for changeset 81d815b05abb ! .hgtags Changeset: 3406145981b7 Author:Greg Lewis Date: 2011-07-07 23:49 -0700 URL

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

2011-02-01 Thread Kurt Miller
Hi Henri, On 2/1/11 2:17 AM, Henri Gomez wrote: >> 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 curren

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

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

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

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

2011-01-29 Thread Kurt Miller
On 1/29/11 2:00 PM, Henri Gomez wrote: >> Can you use a recent openjdk7 binary (not soylatte) to bootstrap the >> current tree with the patch in place? I need to know if the problem I >> solved on ppc/zero is generic or just ppc/zero related. > Any OpenJDK 1.7 could be used ? > > ie: OpenJDK 32/64

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

2011-01-29 Thread Henri Gomez
> Can you use a recent openjdk7 binary (not soylatte) to bootstrap the > current tree with the patch in place? I need to know if the problem I > solved on ppc/zero is generic or just ppc/zero related. Any OpenJDK 1.7 could be used ? ie: OpenJDK 32/64 from bsdport and the universal from OS/X branc

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

2011-01-29 Thread Kurt Miller
On 1/28/11 4:51 PM, Henri Gomez wrote: >> I reverted >> http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/64f1f124ea0a >> and build works again. > So what should be done with this patch ? > Reverted or not ? > Can you use a recent openjdk7 binary (not soylatte) to bootstrap the current tre

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

2011-01-28 Thread Henri Gomez
> I reverted > http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/64f1f124ea0a > and build works again. So what should be done with this patch ? Reverted or not ?

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

2011-01-28 Thread Henri Gomez
I reverted http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/64f1f124ea0a and build works again. 2011/1/28 Henri Gomez : > I got the problem in both 32 and 64 bits build :( > > 32bits build is using soylate 386, 64bits soylate amd64 > > I'll try to revert patch > > 2011/1/28 Sam Pullara :

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

2011-01-28 Thread Henri Gomez
I got the problem in both 32 and 64 bits build :( 32bits build is using soylate 386, 64bits soylate amd64 I'll try to revert patch 2011/1/28 Sam Pullara : > I just did a complete build using the update.sh script. > > openjdk version "1.7.0-internal" > OpenJDK Runtime Environment (build 1.7.0-int

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

2011-01-28 Thread Sam Pullara
I just did a complete build using the update.sh script. openjdk version "1.7.0-internal" OpenJDK Runtime Environment (build 1.7.0-internal-sam_2011_01_28_09_23-b00) OpenJDK 64-Bit Server VM (build 20.0-b06, mixed mode) I was using the i386 version of soylatte to bootstrap it though. Sam On Jan

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

2011-01-28 Thread Greg Lewis
On Fri, Jan 28, 2011 at 11:14:31AM +0100, Henri Gomez wrote: > When rebuilding after your latests changes, I get the following error : > [snip] > Error occurred during initialization of VM > Unable to load native library: > dlopen(/Users/henri/Documents/hudson/data/DROP_DIR/soylatte16-amd64-1.0.3/

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

2011-01-28 Thread glewis
Changeset: 907c1aed0f8c Author:cl Date: 2011-01-27 17:28 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/907c1aed0f8c Added tag jdk7-b127 for changeset 102466e70deb ! .hgtags Changeset: d9307d0594c8 Author:Greg Lewis Date: 2011-01-27 22:35 -0800 URL:

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

2011-01-28 Thread Henri Gomez
When rebuilding after your latests changes, I get the following error : threadCritical_bsd.o threadLS_bsd_x86.o threadLocalAllocBuffer.o threadLocalStorage.o threadService.o thread_bsd_x86.o timer.o type.o typeArrayKlass.o typeArrayKlassKlass.o typeArrayOop.o unhandledOops.o universe.o unsafe.o ut

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

2011-01-27 Thread glewis
Changeset: 90ade3e5c802 Author:Greg Lewis Date: 2011-01-27 22:29 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/90ade3e5c802 If we're going to print jlong values with INT64_FORMAT, then cast them to int64_t to make sure they're the right type. ! src/share/vm/o

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

2011-01-26 Thread Kurt Miller
On 01/24/11 20:49, Kurt Miller wrote: > Hi Greg, > > On 1/24/11 11:07 AM, Greg Lewis wrote: >> On Mon, Jan 24, 2011 at 07:56:23AM -0800, Sam Pullara wrote: >>> I'm still getting an error from the Makefile that I had to modify: >>> >>> make VM_SUBDIR=productgeneric_expor

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

2011-01-24 Thread Kurt Miller
Hi Greg, On 1/24/11 11:07 AM, Greg Lewis wrote: > On Mon, Jan 24, 2011 at 07:56:23AM -0800, Sam Pullara wrote: >> I'm still getting an error from the Makefile that I had to modify: >> >> make VM_SUBDIR=productgeneric_export >> Makefile:375: target `/Xusage.txt' given mo

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

2011-01-24 Thread Stephen Bannasch
At 10:43 AM -0800 1/24/11, Sam Pullara wrote: >That is the script that I am using. > >Sam > >On Jan 24, 2011, at 10:34 AM, Stephen Bannasch wrote: > >> At 8:09 AM -0800 1/24/11, Sam Pullara wrote: >>> Looking closer it appears that it might be because EXPORT_KERNEL_DIR or >>> EXPORT_CLIENT_DIR isn

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

2011-01-24 Thread Henri Gomez
You could check how I build OpenJDK for OS/X (both BSD and Mac OS/X branches) here : http://code.google.com/p/openjdk-osx-build/ 2011/1/24 Sam Pullara : > That is the script that I am using. > > Sam > > On Jan 24, 2011, at 10:34 AM, Stephen Bannasch wrote: > >> At 8:09 AM -0800 1/24/11, Sam Pull

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

2011-01-24 Thread Sam Pullara
That is the script that I am using. Sam On Jan 24, 2011, at 10:34 AM, Stephen Bannasch wrote: > At 8:09 AM -0800 1/24/11, Sam Pullara wrote: >> Looking closer it appears that it might be because EXPORT_KERNEL_DIR or >> EXPORT_CLIENT_DIR isn't setproperly. I am surprised that you aren't getting

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

2011-01-24 Thread Stephen Bannasch
At 8:09 AM -0800 1/24/11, Sam Pullara wrote: >Looking closer it appears that it might be because EXPORT_KERNEL_DIR or >EXPORT_CLIENT_DIR isn't setproperly. I am surprised that you aren't getting >farther though. > This is how I build bsd-port on macosx: https://gist.github.com/617451

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

2011-01-24 Thread Sam Pullara
Looking closer it appears that it might be because EXPORT_KERNEL_DIR or EXPORT_CLIENT_DIR isn't set properly. I am surprised that you aren't getting farther though. Sam On Jan 24, 2011, at 8:07 AM, Greg Lewis wrote: > On Mon, Jan 24, 2011 at 07:56:23AM -0800, Sam Pullara wrote: >> I'm still g

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

2011-01-24 Thread Greg Lewis
On Mon, Jan 24, 2011 at 07:56:23AM -0800, Sam Pullara wrote: > I'm still getting an error from the Makefile that I had to modify: > > make VM_SUBDIR=productgeneric_export > Makefile:375: target `/Xusage.txt' given more than once in the same rule. > make[3]: *** No rule

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

2011-01-24 Thread Sam Pullara
I'm still getting an error from the Makefile that I had to modify: make VM_SUBDIR=productgeneric_export Makefile:375: target `/Xusage.txt' given more than once in the same rule. make[3]: *** No rule to make target `/Volumes/Data/Projects/jsr335/bsd-port/build/bsd-amd64

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

2011-01-23 Thread Stephen Bannasch
At 10:48 PM -0800 1/23/11, Greg Lewis wrote: >On Mon, Jan 24, 2011 at 06:25:15AM +, gle...@eyesbeyond.com wrote: > > >These changes should fix the build on MacOS X. Let me know how they go. Build works, thanks.

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

2011-01-23 Thread Greg Lewis
On Mon, Jan 24, 2011 at 06:25:15AM +, gle...@eyesbeyond.com wrote: These changes should fix the build on MacOS X. Let me know how they go. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Informa

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

2011-01-23 Thread glewis
Changeset: 0f8d9716a2bb Author:Greg Lewis Date: 2011-01-23 22:20 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/0f8d9716a2bb . Use the standard (C99) header rather than defining bool, true and false locally. ! src/os/bsd/vm/jsig.c Changeset: aca9fccf1724 A

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

2011-01-04 Thread kurt
Changeset: 5f3f352944f8 Author:kurt Date: 2011-01-04 21:43 -0500 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/5f3f352944f8 Summary: Add missing function to correct zero link error on PPC. ! src/os_cpu/bsd_zero/vm/os_bsd_zero.cpp Changeset: 004aaf53de56 Author:

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

2010-12-17 Thread glewis
Changeset: 1132ed4a0086 Author:cl Date: 2010-12-16 18:17 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/1132ed4a0086 Added tag jdk7-b122 for changeset 3a548dc9cb45 ! .hgtags Changeset: ff46c592a4e2 Author:Greg Lewis Date: 2010-12-17 23:32 -0800 URL:

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

2010-12-11 Thread glewis
Changeset: 3a548dc9cb45 Author:katleman Date: 2010-12-09 21:25 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/3a548dc9cb45 Added tag jdk7-b121 for changeset 3f3653ab7af8 ! .hgtags Changeset: ec3412e8fd70 Author:Greg Lewis Date: 2010-12-11 09:07 -0800

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

2010-11-07 Thread glewis
Changeset: 62aa74bafa73 Author:cl Date: 2010-11-04 15:54 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/62aa74bafa73 Added tag jdk7-b117 for changeset 806d0c037e6b ! .hgtags Changeset: 9f1c0198b76d Author:Greg Lewis Date: 2010-11-06 22:59 -0700 URL:

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

2010-08-15 Thread glewis
Changeset: 3dc64719cf18 Author:cl Date: 2010-08-13 11:38 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/3dc64719cf18 Added tag jdk7-b105 for changeset 6709c14587c2 ! .hgtags Changeset: 3ef0e33bc95c Author:Greg Lewis Date: 2010-08-14 11:44 -0700 URL:

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

2010-08-02 Thread glewis
Changeset: efd4401fab1d Author:cl Date: 2010-07-29 13:33 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/efd4401fab1d Added tag jdk7-b103 for changeset cb4250ef73b2 ! .hgtags Changeset: 9fd19325d2d3 Author:Greg Lewis Date: 2010-08-02 09:58 -0700 URL:

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

2010-03-20 Thread glewis
Changeset: 4b58861a3570 Author:mikejwre Date: 2010-03-18 13:52 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/4b58861a3570 Added tag jdk7-b86 for changeset bf823ef06b4f ! .hgtags Changeset: 1e976d3fd820 Author:Greg Lewis Date: 2010-03-20 11:12 -0700

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

2010-02-21 Thread glewis
Changeset: 125eb6a9fccf Author:mikejwre Date: 2010-02-18 13:31 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/125eb6a9fccf Added tag jdk7-b84 for changeset ffc8d176b84b ! .hgtags Changeset: d3ab6707ff98 Author:Greg Lewis Date: 2010-02-19 08:02 -0800

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

2010-02-06 Thread glewis
Changeset: 26ecc6fa29e6 Author:mikejwre Date: 2010-02-04 11:19 -0800 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/26ecc6fa29e6 Added tag jdk7-b82 for changeset 1999f5b12482 ! .hgtags Changeset: d8399dd6105b Author:Greg Lewis Date: 2010-02-06 10:17 -0800

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

2009-07-26 Thread glewis
Changeset: 96e4ccadd5f6 Author:xdono Date: 2009-07-24 13:39 -0700 URL: http://hg.openjdk.java.net/bsd-port/bsd-port/hotspot/rev/96e4ccadd5f6 Added tag jdk7-b66 for changeset 57c71ad0341b ! .hgtags Changeset: 4256b1662add Author:gle...@misty.eyesbeyond.com Date: 2009-07-25