Ok, the absence of this patch makes me wonder who's actually building OpenJDK6
as it is upstream... :-)
Without:
http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/ca1f1753c866
the HotSpot in OpenJDK6 will fail to build on any version of Linux from 3.0 up.
The original thread is here:
http://
approved
Sent from my iPhone
On Jun 7, 2012, at 7:56, Andrew Hughes wrote:
> Ok, the absence of this patch makes me wonder who's actually building
> OpenJDK6 as it is upstream... :-)
>
> Without:
>
> http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/ca1f1753c866
>
> the HotSpot in OpenJDK
Changeset: 7e36dc39e1e8
Author:andrew
Date: 2011-07-28 14:10 -0400
URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/7e36dc39e1e8
7072341: enable hotspot builds on Linux 3.0
Summary: Add "3" to list of allowable versions
Reviewed-by: kamg, chrisphi
! make/linux/Makefile
- Original Message -
> approved
>
>
> Sent from my iPhone
>
> On Jun 7, 2012, at 7:56, Andrew Hughes wrote:
>
> > Ok, the absence of this patch makes me wonder who's actually
> > building OpenJDK6 as it is upstream... :-)
> >
> > Without:
> >
> > http://hg.openjdk.java.net/jdk7u/jd
Another backport needed to get OpenJDK6 building on modern systems.
There's a collision with the _LEAF symbol in recent versions of glibc.
Changeset: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/a6eef545f1a2
Original thread:
http://mail.openjdk.java.net/pipermail/hotspot-dev/2011-October/
Changeset: 43bf7ffbdb64
Author:omajid
Date: 2011-10-25 08:17 -0700
URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/43bf7ffbdb64
7103224: collision between __LEAF define in interfaceSupport.hpp and
/usr/include/sys/cdefs.h with gcc
Reviewed-by: never
Contributed-by: Omair Maji
> > approved
> >
> >
> > Sent from my iPhone
> >
> > On Jun 7, 2012, at 9:29, Andrew Hughes wrote:
> >
> > > Another backport needed to get OpenJDK6 building on modern
> > > systems.
> > >
> > > There's a collision with the _LEAF symbol in recent versions of
> > > glibc.
> > >
> > > Changese