RFR: JDK-8065183: Add --with-copyright-year option to configure

2014-11-18 Thread Erik Joelsson
Hello, Please review this small change, adding a configure option for changing the COPYRIGHT_YEAR value. Bug: https://bugs.openjdk.java.net/browse/JDK-8065183 Webrev: http://cr.openjdk.java.net/~erikj/8065183/webrev.root.01/ The same patch applies cleanly to jdk8u, except for

Re: RFR: JDK-8058631 Rename posix to unix in build system to match file name changes

2014-11-18 Thread Erik Joelsson
This version looks good to me. /Erik On 2014-11-05 14:04, Magnus Ihse Bursie wrote: On 2014-09-24 14:39, Magnus Ihse Bursie wrote: After Jigsaw M1, there is a new common unix directory structure. We have used posix in the build system for the same purpose, but this leads to unnecessary

RFR: JDK-8065215 Print warning summary at end of configure

2014-11-18 Thread Magnus Ihse Bursie
Warnings in configure tends to just fly by quickly and be buried in the verbose autoconf output. We could with a simple trick repeat all those warnings (if any) at the end of configure, where they will be more easily spotted. Bug: https://bugs.openjdk.java.net/browse/JDK-8065215 WebRev:

Re: RFR: JDK-8065183: Add --with-copyright-year option to configure

2014-11-18 Thread Magnus Ihse Bursie
On 2014-11-18 09:32, Erik Joelsson wrote: Hello, Please review this small change, adding a configure option for changing the COPYRIGHT_YEAR value. Bug: https://bugs.openjdk.java.net/browse/JDK-8065183 Webrev: http://cr.openjdk.java.net/~erikj/8065183/webrev.root.01/ The same patch applies

Re: RFR: JDK-8065215 Print warning summary at end of configure

2014-11-18 Thread Magnus Ihse Bursie
On 2014-11-18 15:00, Magnus Ihse Bursie wrote: Warnings in configure tends to just fly by quickly and be buried in the verbose autoconf output. We could with a simple trick repeat all those warnings (if any) at the end of configure, where they will be more easily spotted. Bug:

Re: RFR: JDK-8065183: Add --with-copyright-year option to configure

2014-11-18 Thread Tim Bell
Hi Erik: Please review this small change, adding a configure option for changing the COPYRIGHT_YEAR value. Bug: https://bugs.openjdk.java.net/browse/JDK-8065183 Webrev: http://cr.openjdk.java.net/~erikj/8065183/webrev.root.01/ The same patch applies cleanly to jdk8u, except for

Re: RFR: AARCH64: Top-level JDK changes

2014-11-18 Thread Magnus Ihse Bursie
On 2014-11-18 01:59, Christian Thalinger wrote: On Nov 17, 2014, at 4:11 AM, Magnus Ihse Bursie magnus.ihse.bur...@oracle.com wrote: On 2014-11-14 21:44, Dean Long wrote: The distribution exception is there exactly since anyone should be able to distribute the files with their configure

Re: RFR: JDK-8058631 Rename posix to unix in build system to match file name changes

2014-11-18 Thread Tim Bell
Magnus: Looks good to me as well. Tim On 11/18/14 04:41, Erik Joelsson wrote: This version looks good to me. /Erik On 2014-11-05 14:04, Magnus Ihse Bursie wrote: On 2014-09-24 14:39, Magnus Ihse Bursie wrote: After Jigsaw M1, there is a new common unix directory structure. We have used

Re: Unused DEBUG_CLASSFILES variable in makefiles

2014-11-18 Thread Omair Majid
* Magnus Ihse Bursie magnus.ihse.bur...@oracle.com [2014-10-13 07:49]: On 2014-10-13 10:57, Erik Joelsson wrote: I think it's still used by the hotspot makefiles (sa-jdi.jar). Seems weird that we still set it in configure but then ignore the value in the jdk build. I would vote for

Re: RFR: AARCH64: 8064357: Top-level JDK changes

2014-11-18 Thread Andrew Haley
On 11/13/2014 03:03 PM, Andrew Haley wrote: On 11/13/2014 03:00 PM, Magnus Ihse Bursie wrote: hg mv config.sub autoconf-config.sub hg cp config.guess config.sub and then fix config.sub so that it runs autoconf-config.sub and modifies the output to what you expect it to be from config.sub

JDK-8028407 / gmake 4.0

2014-11-18 Thread Eric Caspole
Hi build-dev, Is there any change this fix will make it into JDK 8 update repos? https://bugs.openjdk.java.net/browse/JDK-8028407 As far as I can tell it is only in JDK 9. Now Fedora 21 includes gmake 4.0. Thanks, Eric

Re: RFR: AARCH64: Top-level JDK changes

2014-11-18 Thread Christian Thalinger
On Nov 18, 2014, at 7:36 AM, Magnus Ihse Bursie magnus.ihse.bur...@oracle.com wrote: On 2014-11-18 01:59, Christian Thalinger wrote: On Nov 17, 2014, at 4:11 AM, Magnus Ihse Bursie magnus.ihse.bur...@oracle.com wrote: On 2014-11-14 21:44, Dean Long wrote: The distribution exception

Re: JDK-8028407 / gmake 4.0

2014-11-18 Thread Henry Jen
I have seen quite a few reports on this issue, and I don't know any good reason not to. A backport request JDK-8065267 is created, I will send out a request to get proper approval. Cheers, Henry On 11/18/2014 09:22 AM, Eric Caspole wrote: Hi build-dev, Is there any change this fix will