RFR: JDK-8026773: Failing compilation in Corba does not fail the build

2014-01-17 Thread Erik Joelsson
Here is a patch which has the primary purpose of eliminating a certain makefile construct that was introduced in build-infra and used in langtools and corba. The trick was clever, but unfortunately had the drawback of the build not always failing on errors, or giving very weird error messages.

RFR: JDK9: 8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -Ipath contains j

2014-01-17 Thread Henry Jen
Hi, This is a follow up on an issue first reported on Nov. 2, the fix had been discussed at that time[1] and works for me. The issue is that the sed command in adjust-mflags.sh trying to isolate -j switch failed to deal with new MFLAGS format spitted out by gmake 4, where the -Ipath without

hg: jdk8/build/corba: 10 new changesets

2014-01-17 Thread david . katleman
Changeset: 98a5caae1990 Author:chegar Date: 2013-11-03 07:32 + URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/98a5caae1990 Merge Changeset: 880514b576d5 Author:msheppar Date: 2013-11-12 17:56 + URL:

hg: jdk8/build: 2 new changesets

2014-01-17 Thread david . katleman
Changeset: fd869d9f3ca7 Author:kizune Date: 2014-01-14 23:10 +0400 URL: http://hg.openjdk.java.net/jdk8/build/rev/fd869d9f3ca7 Merge Changeset: 790bbd46b201 Author:lana Date: 2014-01-15 10:45 -0800 URL: http://hg.openjdk.java.net/jdk8/build/rev/790bbd46b201 Merge

hg: jdk8/build/jaxws: 9 new changesets

2014-01-17 Thread david . katleman
Changeset: bd943bdbce05 Author:alanb Date: 2014-01-13 16:17 + URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/bd943bdbce05 8027908: serialVersionUID of javax.xml.bind.TypeConstraintException accidently changed Reviewed-by: alanb Contributed-by:

JDK 9 RFR of 8032048: Add static lint warning to build of jdk repository

2014-01-17 Thread Joe Darcy
Hello, Another week, another lint warning close to be added to the build of the jdk repo :-) When the final fix for JDK-8032047: Fix static lint warnings in client libraries is applied, the sources in the jdk repo will be free of warnings in the static lint category. Therefore, I'd

hg: jdk8/build/jaxp: 18 new changesets

2014-01-17 Thread david . katleman
Changeset: 51bbdd517b93 Author:joehw Date: 2013-08-26 21:08 -0700 URL: http://hg.openjdk.java.net/jdk8/build/jaxp/rev/51bbdd517b93 8022935: Enhance Apache resolver classes Reviewed-by: alanb, mchung, skoivu ! src/com/sun/org/apache/xml/internal/resolver/CatalogManager.java !

hg: jdk8/build/nashorn: 9 new changesets

2014-01-17 Thread david . katleman
Changeset: b9fdc55a6e28 Author:chegar Date: 2013-11-03 07:33 + URL: http://hg.openjdk.java.net/jdk8/build/nashorn/rev/b9fdc55a6e28 Merge Changeset: c1049f63d4f5 Author:kizune Date: 2013-12-03 14:13 +0400 URL:

hg: jdk8/build/langtools: 9 new changesets

2014-01-17 Thread david . katleman
Changeset: 53dd31d3c5d7 Author:chegar Date: 2013-11-03 07:33 + URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/53dd31d3c5d7 Merge Changeset: aaea3a69fa6c Author:kizune Date: 2013-12-03 14:13 +0400 URL:

hg: jdk8/build/jdk: 52 new changesets

2014-01-17 Thread david . katleman
Changeset: 630a92015993 Author:psandoz Date: 2014-01-09 10:52 +0100 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/630a92015993 8031187: DoubleStream.count is incorrect for a stream containing Integer.MAX_VALUE elements Reviewed-by: darcy !