hg: jdk6/jdk6/hotspot: 7140882: Don't return booleans from methods returning pointers

2012-06-11 Thread ahughes
Changeset: 0a77c99d7d5b Author:dbhole Date: 2012-06-07 16:50 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/0a77c99d7d5b 7140882: Don't return booleans from methods returning pointers Summary: Changed "return false" to "return NULL" Reviewed-by: dholmes, rottenha Contri

Re: [BACKPORT] 7140882: Don't return booleans from methods returning pointers

2012-06-11 Thread Andrew Hughes
- Original Message - > Approved. > > -kto > > On Jun 8, 2012, at 6:40 AM, Andrew Hughes wrote: > > > This is another build fix for OpenJDK6, this time related to gcc > > 4.7. > > With this and the next patch, I'm able to build OpenJDK6 again :-) > > > > The webrev is here: > > > > http

[BACKPORT] 7150392: Linux build breaks with GCC 4.7 due to unrecognized option

2012-06-11 Thread Andrew Hughes
This is the final backport needed to get OpenJDK6 building, this time for the jdk repository. The original changeset is http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fb3a2cafc230 Threads: http://mail.openjdk.java.net/pipermail/build-dev/2012-January/005466.html http://mail.openjdk.java.net/piperm

Re: [BACKPORT] 7150392: Linux build breaks with GCC 4.7 due to unrecognized option

2012-06-11 Thread Kelly O'Hair
Approved. Let me know if you need any CRs created. -kto On Jun 11, 2012, at 4:01 PM, Andrew Hughes wrote: > This is the final backport needed to get OpenJDK6 building, this time for the > jdk repository. > > The original changeset is > http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/fb3a2cafc23