hg: jdk8/build/nashorn: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: d3b293a4d554 Author:jeff Date: 2014-01-28 20:10 + URL: http://hg.openjdk.java.net/jdk8/build/nashorn/rev/d3b293a4d554 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana ! THIRD_PARTY_README Changeset: fdfbb745caf0 Author:lana Da

hg: jdk8/build/langtools: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: afa91c54ff00 Author:jeff Date: 2014-01-28 20:10 + URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/afa91c54ff00 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana ! THIRD_PARTY_README Changeset: bb69217ed812 Author:lana

hg: jdk8/build/jdk: 8 new changesets

2014-01-30 Thread david . katleman
Changeset: 4d891c8db5c1 Author:weijun Date: 2014-01-21 12:08 +0800 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/4d891c8db5c1 8031572: jarsigner -verify exits with 0 when a jar file is not properly signed Reviewed-by: mullan ! src/share/classes/java/util/jar/JarFile.java + tes

hg: jdk8/build/jaxws: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: 2b44c111e153 Author:jeff Date: 2014-01-28 20:09 + URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/2b44c111e153 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana ! THIRD_PARTY_README Changeset: 8e46fe36e175 Author:lana Date

hg: jdk8/build/jaxp: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: 60c2c003fa11 Author:jeff Date: 2014-01-28 20:09 + URL: http://hg.openjdk.java.net/jdk8/build/jaxp/rev/60c2c003fa11 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana ! THIRD_PARTY_README Changeset: b68cdb63a70b Author:lana Date:

Re: Xlint:unchecked

2014-01-30 Thread Pete Brunet
Thanks Jon, I looked through the help output a couple of times and didn't find a way to specify javac args. -Pete On 1/30/14 3:11 PM, Jonathan Gibbons wrote: > Pete, > > -Xlint is a javac arg, not a JVM arg, so setting > > --with-boot-jdk-jvmargs > > surely won't do anything. > > Use > sh ./confi

hg: jdk8/build/hotspot: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: ce0320cdb075 Author:jeff Date: 2014-01-28 20:09 + URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/ce0320cdb075 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana ! THIRD_PARTY_README Changeset: 35038da7bb9d Author:lana Da

hg: jdk8/build/corba: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: 6d40c0d49c7a Author:jeff Date: 2014-01-28 20:09 + URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/6d40c0d49c7a 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana ! THIRD_PARTY_README Changeset: b8c71dae0557 Author:lana Date

hg: jdk8/build: 3 new changesets

2014-01-30 Thread david . katleman
Changeset: 4f590c2cec75 Author:jeff Date: 2014-01-28 20:09 + URL: http://hg.openjdk.java.net/jdk8/build/rev/4f590c2cec75 8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8 Reviewed-by: lana ! THIRD_PARTY_README Changeset: 2e2ffb9e4b69 Author:lana Date:

Re: Xlint:unchecked

2014-01-30 Thread Jonathan Gibbons
Pete, -Xlint is a javac arg, not a JVM arg, so setting --with-boot-jdk-jvmargs surely won't do anything. Use sh ./configure.sh --help to see the full list of available options and env variables. -- Jon On 01/30/2014 12:40 PM, Pete Brunet wrote: Fixed typo in subject line... On 1/30/14 2:3

Re: Xlint:unchecked

2014-01-30 Thread Pete Brunet
Fixed typo in subject line... On 1/30/14 2:35 PM, Pete Brunet wrote: > I am getting these messages during a build: > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > > So I tried redoing the config with > --with-boot-jdk-jvmargs="-Xl

Xlink:uncheck

2014-01-30 Thread Pete Brunet
I am getting these messages during a build: Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. So I tried redoing the config with --with-boot-jdk-jvmargs="-Xlint:unchecked" then touching the files and rebuilding but the build still used -X

Re: RFR: JDK-8033236 Update GensrcCharsetMapping.gmk to build-infra standards

2014-01-30 Thread Alan Bateman
I think it's important that Sherman is at least one of the reviewers on this. -Alan. On 30/01/2014 14:18, Magnus Ihse Bursie wrote: The file GensrcCharsetMapping.gmk was not properly converted from the old build system. This leads to unneccessary output, incorrect dependencies, missed cha

RFR: JDK-8033236 Update GensrcCharsetMapping.gmk to build-infra standards

2014-01-30 Thread Magnus Ihse Bursie
The file GensrcCharsetMapping.gmk was not properly converted from the old build system. This leads to unneccessary output, incorrect dependencies, missed chances for parallelization. It also breaks certain attempts to run static code analyzers such as Parfait. This change introduces the new