RFR: JDK-8213338 Reduce the number of generated make targets

2018-11-07 Thread Magnus Ihse Bursie
On some systems, we're starting to hit limits due to the number of generated make targets. With the recent change from run-test-* to test-*, where the run-test-* still were kept for backwards compatibility, we effectively increased the number of make targets. This also goes for exploded-run-te

Re: RFR: JDK-8213338 Reduce the number of generated make targets

2018-11-07 Thread Erik Joelsson
Looks good. /Erik On 2018-11-07 05:02, Magnus Ihse Bursie wrote: On some systems, we're starting to hit limits due to the number of generated make targets. With the recent change from run-test-* to test-*, where the run-test-* still were kept for backwards compatibility, we effectively incre

Re: RFR[XS]: JDK-8213414 Fix incorrect copy constructors in hotspot

2018-11-07 Thread David Holmes
FTR: This trivial fix caused test carnage and was backed out under JDK-8213487. David On 7/11/2018 4:28 AM, Kim Barrett wrote: On Nov 6, 2018, at 6:55 AM, Kim Barrett wrote: On Nov 6, 2018, at 6:16 AM, Magnus Ihse Bursie wrote: In JDK-8211073, an attempt was made to add -Wextra to hotspo

RFR(M) 8213348: jdk.internal.vm.compiler.management service providers missing in module descriptor

2018-11-07 Thread dean . long
https://bugs.openjdk.java.net/browse/JDK-8213348 https://bugs.openjdk.java.net/browse/JDK-8211781 http://cr.openjdk.java.net/~dlong/8213348/webrev/ Added new make/gensrc/Gensrc-jdk.internal.vm.compiler.management.gmk to create module-info.java.extra for jdk.internal.vm.compiler.management.  I al

Re: RFR(M) 8213348: jdk.internal.vm.compiler.management service providers missing in module descriptor

2018-11-07 Thread Mandy Chung
Hi Dean, On 11/7/18 7:56 PM, dean.l...@oracle.com wrote: https://bugs.openjdk.java.net/browse/JDK-8213348 https://bugs.openjdk.java.net/browse/JDK-8211781 http://cr.openjdk.java.net/~dlong/8213348/webrev/ 108 --module-path $(JDK_OUTPUTDIR)/modules \ 109 --upgrade-module-path $(JDK