Re: OpenJDK 1.7 on OS/X 32bits

2010-12-12 Thread Henri Gomez
>> hotspot/src/share/vm/utilities/globalDefinitions.hpp > > Yes, I take a look in non LP64, the define is different. > > I'll see if the 32bits version of VM build correctly on 64bits OS/X as expected no problems to build 32 and 64bits versions of VM under 64bits OS/X.

Re: OpenJDK 1.7 on OS/X 32bits

2010-12-12 Thread Henri Gomez
> That's because the 64 bits will use 64 bit pointers by default.  IIRC, on > MacOS X with the 32 bit build pointers are still 64 bits, which is unlike > other platforms. Argh, too bad. > The problems can be seen in the definitions of INTX_FORMAT, etc. in > > hotspot/src/share/vm/utilities/global

Re: Apple Oracle OpenJDK Announcement

2010-12-12 Thread Kurt Miller
On 12/12/10 5:35 PM, Greg Lewis wrote: On Sat, Dec 11, 2010 at 09:01:00AM -0800, Greg Lewis wrote: On Fri, Dec 10, 2010 at 01:02:17PM +0100, Dalibor Topic wrote: On 12/9/10 8:24 PM, Kurt Miller wrote: On 12/02/10 17:07, Dalibor Topic wrote: On 12/2/10 10:51 PM, Henri Gomez wrote: Question.

Re: OpenJDK 1.7 on OS/X 32bits

2010-12-12 Thread Greg Lewis
On Sun, Dec 12, 2010 at 10:22:09AM +0100, Henri Gomez wrote: > While building latest 32bits version of OpenJDK 1.7 on SnowLeopard in > 32bits mode : > > g++ -D_ALLBSD_SOURCE -D_GNU_SOURCE -DIA32 -DPRODUCT -I. [snip] > -I../generated -DHOTSPOT_RELEASE_VERSION="\"20.0-b03\"" > -DHOTSPOT_BUILD_TARGET

Re: Apple Oracle OpenJDK Announcement

2010-12-12 Thread Greg Lewis
On Sat, Dec 11, 2010 at 09:01:00AM -0800, Greg Lewis wrote: > On Fri, Dec 10, 2010 at 01:02:17PM +0100, Dalibor Topic wrote: > > On 12/9/10 8:24 PM, Kurt Miller wrote: > > > On 12/02/10 17:07, Dalibor Topic wrote: > > >> On 12/2/10 10:51 PM, Henri Gomez wrote: > > >>> Question. > > >>> > > >>> Mac

Re: OSX 64bit One Click Installer for OpenJDK6

2010-12-12 Thread Lussier, Denis
Oops... That's "Landon's" MacPorts openjdk6 project. On 12/12/10, Lussier, Denis wrote: > It's a good idea... I'll try it with the fully bsd and osx patched up > openjdk6 b20 source tree generated by brandon's macports project. > I'll try to then build it from the command line just like I do fo

Re: OSX 64bit One Click Installer for OpenJDK6

2010-12-12 Thread Lussier, Denis
It's a good idea... I'll try it with the fully bsd and osx patched up openjdk6 b20 source tree generated by brandon's macports project. I'll try to then build it from the command line just like I do for Linux. On 12/12/10, Henri Gomez wrote: >> OpenSCG presently ships a DMG/PKG installer for Ope

Re: jdk7-b121 from OpenJDK

2010-12-12 Thread Dalibor Topic
On 12/12/10 9:44 AM, Henri Gomez wrote: > Hi to all, > > Just rebuild OpenJDK 7 from bsd-port after changes from OpenJDK main > branch on OS/X. > > changelog report jdk7-b121 but VM report as b03, ie OpenJDK 64-Bit > Server VM (build 20.0-b03, mixed mode) > > What's the meaning of b121 ? > JDK

OpenJDK 1.7 on OS/X 32bits

2010-12-12 Thread Henri Gomez
While building latest 32bits version of OpenJDK 1.7 on SnowLeopard in 32bits mode : rm -f arguments.o g++ -D_ALLBSD_SOURCE -D_GNU_SOURCE -DIA32 -DPRODUCT -I. -I../generated/adfiles -I../generated/jvmtifiles -I/Users/henri/Documents/openjdk-osx-build-read-only/bsd-port/hotspot/src/share/vm/asm -I/

jdk7-b121 from OpenJDK

2010-12-12 Thread Henri Gomez
Hi to all, Just rebuild OpenJDK 7 from bsd-port after changes from OpenJDK main branch on OS/X. changelog report jdk7-b121 but VM report as b03, ie OpenJDK 64-Bit Server VM (build 20.0-b03, mixed mode) What's the meaning of b121 ?