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

2014-02-04 Thread Magnus Ihse Bursie
On 2014-02-04 00:11, Xueming Shen wrote: Changeset looks fine. Thanks for doing this. Thanks for the review. Potentially it might worth considering to move two template files DoubleByte/SingleByte-X.java.template into the corresponding source code directory as well. But they can be dealt wit

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

2014-02-03 Thread Xueming Shen
Changeset looks fine. Thanks for doing this. Potentially it might worth considering to move two template files DoubleByte/SingleByte-X.java.template into the corresponding source code directory as well. But they can be dealt with later. We should migrate the StandardCharsets generating code from

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

2014-01-31 Thread Mike Duigou
I can't verify that the changes are correct but the resulting build does seem to work for me. Can you remove this (now) inaccurate comment in Hasher.java : 46 // This class cannot, sadly, make use of 1.5 features since it must be 47 // compiled and run with the bootstrap JDK, which i

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

2014-01-31 Thread Erik Joelsson
From a build point of view, this looks good at least. /Erik On 2014-01-30 15:29, Alan Bateman wrote: 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 conver

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