Re: OpenJDK 6 build 14 source posted

2008-12-03 Thread Martin Buchholz
On Wed, Dec 3, 2008 at 11:38, Joe Darcy <[EMAIL PROTECTED]> wrote: > The source bundle for OpenJDK 6 build 14 is available for download from: > >http://download.java.net/openjdk/jdk6/ The new Hotspot 11 failed to compile on a modified 64-bit (debian arch=amd64) Ubuntu dapper system as follows:

Re: OpenJDK 6 build 14 source posted

2008-12-03 Thread Xiaobin Lu
I am looking into these failures and trying to fix these now on the latest ubuntu 8.10 installation. The gcc/g++ is 4.3.2. -Xiaobin Martin Buchholz wrote: On Wed, Dec 3, 2008 at 11:38, Joe Darcy <[EMAIL PROTECTED]> wrote: The source bundle for OpenJDK 6 build 14 is available for download f

Re: OpenJDK 6 build 14 source posted

2008-12-04 Thread Andrew Haley
Martin Buchholz wrote: > On Wed, Dec 3, 2008 at 11:38, Joe Darcy <[EMAIL PROTECTED]> wrote: >> The source bundle for OpenJDK 6 build 14 is available for download from: >> >>http://download.java.net/openjdk/jdk6/ > > The new Hotspot 11 failed to compile on a modified 64-bit (debian arch=amd64)

Re: OpenJDK 6 build 14 source posted

2008-12-04 Thread John Coomes
Andrew Haley ([EMAIL PROTECTED]) wrote: > Martin Buchholz wrote: > > On Wed, Dec 3, 2008 at 11:38, Joe Darcy <[EMAIL PROTECTED]> wrote: > >> The source bundle for OpenJDK 6 build 14 is available for download from: > >> > >>http://download.java.net/openjdk/jdk6/ > > > > The new Hotspot 11 faile

Re: OpenJDK 6 build 14 source posted

2008-12-04 Thread Joseph D. Darcy
John Coomes wrote: Andrew Haley ([EMAIL PROTECTED]) wrote: Martin Buchholz wrote: On Wed, Dec 3, 2008 at 11:38, Joe Darcy <[EMAIL PROTECTED]> wrote: The source bundle for OpenJDK 6 build 14 is available for download from: http://download.java.net/openjdk/jdk6/ The

Re: OpenJDK 6 build 14 source posted

2008-12-05 Thread Mark Wielaard
Hi John, On Thu, 2008-12-04 at 10:53 -0800, John Coomes wrote: > > > 32-bit systems are unaffected (not sure why). > > > > It's a bug. The code is basically this: > > ... > > This is http://bugs.sun.com/view_bug.do?bug_id=6679422. FWIW, the > trivial fix is in jdk7: > > http://hg.openjd

Re: OpenJDK 6 build 14 source posted

2008-12-05 Thread John Coomes
Mark Wielaard ([EMAIL PROTECTED]) wrote: > Hi John, > > On Thu, 2008-12-04 at 10:53 -0800, John Coomes wrote: > > > > 32-bit systems are unaffected (not sure why). > > > > > > It's a bug. The code is basically this: > > > ... > > > > This is http://bugs.sun.com/view_bug.do?bug_id=6679422. FWIW

Re: OpenJDK 6 build 14 source posted

2008-12-05 Thread Andrew Haley
John Coomes wrote: > Mark Wielaard ([EMAIL PROTECTED]) wrote: >> Hi John, >> >> On Thu, 2008-12-04 at 10:53 -0800, John Coomes wrote: > 32-bit systems are unaffected (not sure why). It's a bug. The code is basically this: ... >>> This is http://bugs.sun.com/view_bug.do?bug_id=6679422