[BACKPORT] Allow Linux 3.0+ to build OpenJDK6's HotSpot

2012-06-07 Thread Andrew Hughes
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://

Re: [BACKPORT] Allow Linux 3.0+ to build OpenJDK6's HotSpot

2012-06-07 Thread Kelly Ohair
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

hg: jdk6/jdk6/hotspot: 7072341: enable hotspot builds on Linux 3.0

2012-06-07 Thread ahughes
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

Re: [BACKPORT] Allow Linux 3.0+ to build OpenJDK6's HotSpot

2012-06-07 Thread Andrew Hughes
- 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

[BACKPORT] collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc

2012-06-07 Thread Andrew Hughes
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/

hg: jdk6/jdk6/hotspot: 7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc

2012-06-07 Thread ahughes
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

Re: [BACKPORT] collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc

2012-06-07 Thread Andrew Hughes
> > 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