Re: Build Problem

2012-03-07 Thread David Holmes
Jason, You can build 64-bit VM on 64-bit machine, but only the server VM. The client VM is not supported in 64-bit. Not sure why your build is trying to build the client VM here. David On 6/03/2012 8:26 AM, Jason Van Cleve wrote: Hi, I hope it's okay to ask questions here, as I've been hav

hg: jdk8/build/langtools: 8 new changesets

2012-03-07 Thread david . katleman
Changeset: 7e777fcd4d39 Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/7e777fcd4d39 Added tag jdk8-b28 for changeset 5bed623b0c77 ! .hgtags Changeset: 3ad851a7e884 Author:darcy Date: 2012-02-23 09:53 -0800 URL:

hg: jdk8/build/jdk: 29 new changesets

2012-03-07 Thread david . katleman
Changeset: c7ff6d8dc90d Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/c7ff6d8dc90d Added tag jdk8-b28 for changeset 1e1d41daaded ! .hgtags Changeset: f959bde6990a Author:prr Date: 2012-02-24 09:37 -0800 URL: http://h

hg: jdk8/build/jaxws: 2 new changesets

2012-03-07 Thread david . katleman
Changeset: 4bbf9e355e50 Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/4bbf9e355e50 Added tag jdk8-b28 for changeset 88b85470e72c ! .hgtags Changeset: 4897d9d2d048 Author:katleman Date: 2012-03-07 13:47 -0800 URL: h

hg: jdk8/build/jaxp: 2 new changesets

2012-03-07 Thread david . katleman
Changeset: 4e39817737cf Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxp/rev/4e39817737cf Added tag jdk8-b28 for changeset f3244c1f0486 ! .hgtags Changeset: 25099a745e1a Author:katleman Date: 2012-03-07 13:46 -0800 URL: ht

hg: jdk8/build/hotspot: Added tag jdk8-b28 for changeset b183b0863611

2012-03-07 Thread david . katleman
Changeset: 610674484669 Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/610674484669 Added tag jdk8-b28 for changeset b183b0863611 ! .hgtags

hg: jdk8/build: 5 new changesets

2012-03-07 Thread david . katleman
Changeset: 909bbce8f683 Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/rev/909bbce8f683 Added tag jdk8-b28 for changeset 6e2541d60f4e ! .hgtags Changeset: 28f2fe471725 Author:mduigou Date: 2012-02-27 18:09 -0800 URL: http://h

hg: jdk8/build/corba: Added tag jdk8-b28 for changeset 2082eb35d49a

2012-03-07 Thread david . katleman
Changeset: 6117395d4226 Author:katleman Date: 2012-03-01 12:23 -0800 URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/6117395d4226 Added tag jdk8-b28 for changeset 2082eb35d49a ! .hgtags

RE: Build Problem

2012-03-07 Thread Jason Van Cleve
Hi, and thanks for the reply. Here's what I'm running: Fedora 14 64-bit (Laughlin) kernel 2.6.35.13-91.fc14.x86_64 gmake 3.82 My command line is: ALT_BOOTDIR=/opt/jdk1.6.0_25_x86-64 LANG=C gmake ARCH_DATA_MODEL=64 So I'm just interested in a 64-bit-only build. Just tweaking javac for my own u

Re: Build Problem

2012-03-07 Thread Kelly O'Hair
You really aren't providing enough information to go on here. As of now, building 32bit requires a 32bit OS, and building 64bit requires a 64bit OS. The amd64 is a 64bit library, the i386 is a 32bit library, these libraries will not mix at runtime. So there are lots of facts you are leaving ou

Build Problem

2012-03-07 Thread Jason Van Cleve
Hi, I hope it's okay to ask questions here, as I've been having trouble building "openjdk-6-src-b24-14_nov_2011". I am getting the "cannot find -ljvm" error, which library it seems to want to find at "jre/lib/amd64/client/libjvm.so" in my bootstrap JDK. But I have three JDKs installed, and none

Re: OpenJDK on ARM

2012-03-07 Thread Andrew Haley
On 03/07/2012 01:23 PM, Gaël Jobin wrote: > I have searched on Internet about OpenJDK on ARM but I found a lot of > different things... > > First, my goal is to have only the library of OpenJDK compiled for ARM, > not Hotspot or anything else. > > I work for an embedded system based on ARM, and I

Re: OpenJDK on ARM

2012-03-07 Thread Dalibor Topic
On 3/7/12 2:23 PM, Gaël Jobin wrote: > First, my goal is to have only the library of OpenJDK compiled for ARM, not > Hotspot or anything else. > > I work for an embedded system based on ARM, and I want to use the JVM JamVM + > OpenJDK on my board. I believe that's a combination that the Icedtea

OpenJDK on ARM

2012-03-07 Thread Gaël Jobin
Hi everyone, I have searched on Internet about OpenJDK on ARM but I found a lot of different things... First, my goal is to have only the library of OpenJDK compiled for ARM, not Hotspot or anything else. I work for an embedded system based on ARM, and I want to use the JVM JamVM + OpenJDK on my