Re: What to pass to --with-custom-make-dir?

2017-03-06 Thread David Holmes
On 7/03/2017 6:32 AM, Christian Thalinger wrote: On Mar 6, 2017, at 8:51 AM, Christian Thalinger wrote: On Mar 3, 2017, at 4:09 PM, David Holmes wrote: Hi Christian, I think you need to pass an absolute directory, in which all the custom

Re: [9] RFR(XS) 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag

2017-03-06 Thread Vladimir Kozlov
Thank you, Igor Vladimir On 3/6/17 2:45 PM, Igor Veresov wrote: Looks good. igor On Mar 6, 2017, at 2:40 PM, Vladimir Kozlov wrote: Webrev: http://cr.openjdk.java.net/~kvn/8176238/webrev/ On 3/6/17 2:31 PM, Vladimir Kozlov wrote:

Re: [9] RFR(XS) 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag

2017-03-06 Thread Igor Veresov
Looks good. igor > On Mar 6, 2017, at 2:40 PM, Vladimir Kozlov > wrote: > > Webrev: > http://cr.openjdk.java.net/~kvn/8176238/webrev/ > >> On 3/6/17 2:31 PM, Vladimir Kozlov wrote: >> https://bugs.openjdk.java.net/browse/JDK-8176238 >> >> jdk.internal.vm.compiler

Re: [9] RFR(XS) 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag

2017-03-06 Thread Vladimir Kozlov
Webrev: http://cr.openjdk.java.net/~kvn/8176238/webrev/ On 3/6/17 2:31 PM, Vladimir Kozlov wrote: https://bugs.openjdk.java.net/browse/JDK-8176238 jdk.internal.vm.compiler build fails when --with-jobs=1 is used by configure. Mandy suggested to add --add-modules jdk.internal.vm.ci to Graal

[9] RFR(XS) 8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag

2017-03-06 Thread Vladimir Kozlov
https://bugs.openjdk.java.net/browse/JDK-8176238 jdk.internal.vm.compiler build fails when --with-jobs=1 is used by configure. Mandy suggested to add --add-modules jdk.internal.vm.ci to Graal annotation process command line to avoid the problem: diff -r 932b4ec7397f

Re: What to pass to --with-custom-make-dir?

2017-03-06 Thread Christian Thalinger
> On Mar 6, 2017, at 8:51 AM, Christian Thalinger > wrote: > > >> On Mar 3, 2017, at 4:09 PM, David Holmes wrote: >> >> Hi Christian, >> >> I think you need to pass an absolute directory, in which all the custom >> files, regardless of

Re: What to pass to --with-custom-make-dir?

2017-03-06 Thread Christian Thalinger
> On Mar 3, 2017, at 4:09 PM, David Holmes wrote: > > Hi Christian, > > I think you need to pass an absolute directory, in which all the custom > files, regardless of repo, are located. That is essentially how we use it - > jdk/make/closed has files included from

Re: RFR: JDK-8176196 sed from FindTests.gmk prints warnings

2017-03-06 Thread Erik Joelsson
Looks good. /Erik On 2017-03-06 09:35, Magnus Ihse Bursie wrote: If not all JTreg group files are present, the sed expression in FindTests.gmk will print a warning. This is benign but irritating. Bug: https://bugs.openjdk.java.net/browse/JDK-8176196 Patch inline: diff --git

RFR: JDK-8176196 sed from FindTests.gmk prints warnings

2017-03-06 Thread Magnus Ihse Bursie
If not all JTreg group files are present, the sed expression in FindTests.gmk will print a warning. This is benign but irritating. Bug: https://bugs.openjdk.java.net/browse/JDK-8176196 Patch inline: diff --git a/make/common/FindTests.gmk b/make/common/FindTests.gmk ---