Re: Boot JDK requirements for 8 ?

2012-12-07 Thread Martin Buchholz
On Tue, Dec 4, 2012 at 4:37 PM, David Holmes wrote: > /java/embedded/users/dh198349/**profiles/builds/b66/se-linux-** > i586-ea/jdk/classes/java/lang/**Integer.class: major version 52 is newer > than 51, the highest major version supported by this compiler. > Consider (just for jdk development pu

Re: Review Request: 8004045: build-infra: Error 12 from zip when updating src.zip

2012-12-07 Thread Kelly O'Hair
Looks ok. -kto On Dec 7, 2012, at 12:28 AM, Erik Joelsson wrote: > Reminder to review this, please. > > /Erik > > On 2012-11-27 16:01, Erik Joelsson wrote: >> Small fix for common annoyance when rebuilding images. The zip utility >> returns 12 when it has nothing to do. This happens because w

Re: Boot JDK requirements for 8 ?

2012-12-07 Thread Bharadwaj Yadavalli
I also see the same message while building OpenJDK on Mac 10.7.5. I specified 7u9 as my boot JDK while running configure. I then ran 'make NEWBUILD=true all' to build. I made sure that there is no other JDK installed on the machine. Does anyone know the reason (and consequently a fix) for thi

Re: Review Request: 8004045: build-infra: Error 12 from zip when updating src.zip

2012-12-07 Thread Tim Bell
Looks good to me. Tim On 12/07/12 00:28, Erik Joelsson wrote: Reminder to review this, please. /Erik On 2012-11-27 16:01, Erik Joelsson wrote: Small fix for common annoyance when rebuilding images. The zip utility returns 12 when it has nothing to do. This happens because we run it multiple

Re: Code review request: 8004235: Disable native JGSS provider on Mac

2012-12-07 Thread Kelly O'Hair
Looks ok to me. Thanks. -kto On Dec 7, 2012, at 2:39 AM, Weijun Wang wrote: > The native JGSS provider on Mac is not ready yet. Disable the native lib > creation. Please review the code changes at > > http://cr.openjdk.java.net/~weijun/8004235/webrev.00/ > > *build-dev*: I don't know how t

Re: [8] Code review request: 8000983 and 8003267

2012-12-07 Thread Naoto Sato
Thank you, Okutsu-san. It looks good to me now. Naoto On 12/7/12 8:05 AM, Masayoshi Okutsu wrote: Thank you for your review comments. On 12/7/2012 5:49 AM, Naoto Sato wrote: Here are my comments: - Bundle.java Line 277,297: Do we need two separate iteration loops here? Two iteration loops l

Re: [8] Code review request: 8000983 and 8003267

2012-12-07 Thread Masayoshi Okutsu
Thank you for your review. I thought so too, but I followed the rule for make/* changes. Masayoshi On 12/6/2012 8:36 PM, Erik Joelsson wrote: (resending to all recepients) I don't see any changes to the build except for java classes in the cldrconverter build tool. This shouldn't affect the

Re: [8] Code review request: 8000983 and 8003267

2012-12-07 Thread Masayoshi Okutsu
Thank you for your review comments. On 12/7/2012 5:49 AM, Naoto Sato wrote: Here are my comments: - Bundle.java Line 277,297: Do we need two separate iteration loops here? Two iteration loops look like the same. These loops need to be separated to make inheritance work correctly. Line 303

Re: Review Request: 8004045: build-infra: Error 12 from zip when updating src.zip

2012-12-07 Thread David Holmes
FWIW looks okay to me. David On 7/12/2012 6:28 PM, Erik Joelsson wrote: Reminder to review this, please. /Erik On 2012-11-27 16:01, Erik Joelsson wrote: Small fix for common annoyance when rebuilding images. The zip utility returns 12 when it has nothing to do. This happens because we run it

Re: Code review request: 8004235: Disable native JGSS provider on Mac

2012-12-07 Thread Erik Joelsson
From a build point of view, this looks ok. I don't know of an easy way to write 2 ifneqs on the same line either. The way you did it is at least readable and as far as I know the common way of doing it in make. /Erik On 2012-12-07 11:39, Weijun Wang wrote: The native JGSS provider on Mac is

Code review request: 8004235: Disable native JGSS provider on Mac

2012-12-07 Thread Weijun Wang
The native JGSS provider on Mac is not ready yet. Disable the native lib creation. Please review the code changes at http://cr.openjdk.java.net/~weijun/8004235/webrev.00/ *build-dev*: I don't know how to write 2 ifneq on a single line. Thanks Max

Re: Review Request: 8004151: build-infra: Generating X11 wrapper offset file is not cross compilable (AWT folks look here!)

2012-12-07 Thread Erik Joelsson
(resending to full recepients list) I just hit another issue. I tried using a jdk8 boot-jdk and the order of the output was different in the generated sizes file compared to the one in the repo. Sorting both resulted in a clean diff. /Erik On 2012-12-05 14:20, Fredrik Öhrström wrote: 2012-1

Re: Review Request: 8004045: build-infra: Error 12 from zip when updating src.zip

2012-12-07 Thread Erik Joelsson
Reminder to review this, please. /Erik On 2012-11-27 16:01, Erik Joelsson wrote: Small fix for common annoyance when rebuilding images. The zip utility returns 12 when it has nothing to do. This happens because we run it multiple times, once for each source root, when updating src.zip, even i