Re: [9] RFR 8027289: [Windows zh_CN] NumberFormat: Incorrect sequence of loading currency symbol

2014-02-17 Thread Erik Joelsson
My understanding is that these changes are needed. From a build perspective, while making complicated make logic even more complicated, it's really not that bad imho. So OK from me. /Erik On 2014-02-17 17:39, Naoto Sato wrote: Any other comments? If there is no strong opinion against pushing t

Re: 8032443: ,Java Access Bridge version strings need to be fixed

2014-02-17 Thread Erik Joelsson
Peter, Looks good to me. /Erik On 2014-02-18 05:22, Pete Brunet wrote: Please review this change: http://cr.openjdk.java.net/~ptbrunet/JDK-8032443/webrev.00/ for this bug: https://bugs.openjdk.java.net/browse/JDK-8032443 Some resource compiler defines are need so the JAB DLLs Properties shee

8032443: ,Java Access Bridge version strings need to be fixed

2014-02-17 Thread Pete Brunet
Please review this change: http://cr.openjdk.java.net/~ptbrunet/JDK-8032443/webrev.00/ for this bug: https://bugs.openjdk.java.net/browse/JDK-8032443 Some resource compiler defines are need so the JAB DLLs Properties sheet will have the proper information. This change fixes the names that are di

Re: Discussion: How to handle partial requirements in configure

2014-02-17 Thread Mike Duigou
This seems like it will be helpful. On Feb 17 2014, at 05:55 , Magnus Ihse Bursie wrote: > One issue with configure currently is that it is a bit of a "all or nothing" > solution. Either you pass, and then you can build anything in the product, or > you do not pass (since some requirement is

Re: RFR: JDK-8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data

2014-02-17 Thread Naoto Sato
+1 Naoto On 2/17/2014 6:40 AM, Alan Bateman wrote: On 17/02/2014 14:36, Erik Joelsson wrote: Hello, I found another data file that belongs in make/data. Bug: https://bugs.openjdk.java.net/browse/JDK-8035067 Webrev: http://cr.openjdk.java.net/~erikj/8035067/webrev.jdk.01/ This looks okay to

Re: RFR: JDK-8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data

2014-02-17 Thread Tim Bell
Hi Erik Looks good to me as well. /Tim On 02/17/14 07:06 AM, Magnus Ihse Bursie wrote: Looks good to me. /Magnus On 17 feb 2014, at 15:36, Erik Joelsson wrote: Hello, I found another data file that belongs in make/data. Bug: https://bugs.openjdk.java.net/browse/JDK-8035067 Webrev: htt

Re: [9] RFR 8027289: [Windows zh_CN] NumberFormat: Incorrect sequence of loading currency symbol

2014-02-17 Thread Naoto Sato
Any other comments? If there is no strong opinion against pushing this change, I just want to push it to the repo. Naoto On 2/12/14, 4:43 PM, Naoto Sato wrote: On 2/12/14, 4:07 PM, Masayoshi Okutsu wrote: The problem in the bug report is that the currency symbol is taken from the HOST locale

Re: RFR: JDK-8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data

2014-02-17 Thread Magnus Ihse Bursie
Looks good to me. /Magnus > On 17 feb 2014, at 15:36, Erik Joelsson wrote: > > Hello, > > I found another data file that belongs in make/data. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8035067 > Webrev: http://cr.openjdk.java.net/~erikj/8035067/webrev.jdk.01/ > > /Erik

Re: RFR: JDK-8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data

2014-02-17 Thread Alan Bateman
On 17/02/2014 14:36, Erik Joelsson wrote: Hello, I found another data file that belongs in make/data. Bug: https://bugs.openjdk.java.net/browse/JDK-8035067 Webrev: http://cr.openjdk.java.net/~erikj/8035067/webrev.jdk.01/ This looks okay to me. Also cc'ing i18n-dev as this is where the currency

RFR: JDK-8035067: Move jdk/src/share/classes/java/util/CurrencyData.properties to jdk/make/data

2014-02-17 Thread Erik Joelsson
Hello, I found another data file that belongs in make/data. Bug: https://bugs.openjdk.java.net/browse/JDK-8035067 Webrev: http://cr.openjdk.java.net/~erikj/8035067/webrev.jdk.01/ /Erik

Re: RFR: JDK-8034199 Add 'reconfigure' target for re-creating a configuration

2014-02-17 Thread Magnus Ihse Bursie
On 2014-02-17 03:10, David Holmes wrote: Presumably the right way to do this would be: "make clean reconfigure ..." otherwise you could get some kind of weird hybrid build. I'm not sure that every change in spec.gmk, for example would force a recompile of everything that depended on something

Discussion: How to handle partial requirements in configure

2014-02-17 Thread Magnus Ihse Bursie
One issue with configure currently is that it is a bit of a "all or nothing" solution. Either you pass, and then you can build anything in the product, or you do not pass (since some requirement is missing) and then you can build nothing -- not even parts of the build that does not really requi

Re: RFR: JDK-8034173: Move JavaApp.icns to proper place in make/data

2014-02-17 Thread Erik Joelsson
So far, we haven't had platform directories in make/data. I don't think it's needed yet. /Erik On 2014-02-17 02:23, David Holmes wrote: Do you still want a platform directory to keep things isolated? David On 11/02/2014 7:41 PM, Erik Joelsson wrote: In an effort to bring some more order to

Re: RFR: JDK-8034199 Add 'reconfigure' target for re-creating a configuration

2014-02-17 Thread Erik Joelsson
On 2014-02-17 03:10, David Holmes wrote: On 12/02/2014 11:36 PM, Magnus Ihse Bursie wrote: Sometimes we need to re-run configure, due to changes in configure files. Make detects such changes and forces a new run of configure. If configure was run with a long command line, it's tricky to get th

Re: RFR: JDK-8034179: Clean up nio genConstants

2014-02-17 Thread Erik Joelsson
Hello David, Actually no, that wouldn't fit the model we are aiming for. In make/src we put source for build tools, that are only used during the build to generate things for the product. In make/data we put data files that are input to build tools. We leave template java files in the main sou

Re: RFR: 8034979 : (xs) Configuration help messages don't consider --no-create

2014-02-17 Thread Erik Joelsson
Looks good to me. /Erik On 2014-02-14 23:26, Mike Duigou wrote: Hello all; This is a small cleanup patch with provides better summary help output for reconfigure and dry-run configurations. http://cr.openjdk.java.net/~mduigou/JDK-8034979/0/webrev/ I do note that even though no configuration

Re: RFR: Allow using a system installed libpng

2014-02-17 Thread Erik Joelsson
At least to me this looks good, but better let Magnus and Andrew have their say too. /Erik On 2014-02-14 18:27, Omair Majid wrote: * Andrew Hughes [2014-02-13 23:59]: As I said in the previous e-mail, the minimum I'd be happy with is if the current patch was updated so settings weren't being

Re: RFR: 8033580: Old debug information in IMPORT_JDK is not removed

2014-02-17 Thread Erik Joelsson
Hello, The change looks good to me too. Regarding indentation, for the rest of the JDK, we indent rules with make ifeqs like this: target: sources <8 spaces>ifeq (something) recipe line <8 spaces>endif Our reasoning is that it should still look like a recipe when glancing over it quickly (s