Re: [11u] RFR: 8243059: Build fails when --with-vendor-name contains a comma

2020-04-23 Thread Andrew Haley
On 4/22/20 6:00 PM, Severin Gehwolf wrote: > Bug: https://bugs.openjdk.java.net/browse/JDK-8243059 > webrev: > http://cr.openjdk.java.net/~sgehwolf/webrevs/JDK-8243059/jdk11/01/webrev/ > original change: https://hg.openjdk.java.net/jdk/jdk/rev/dff3aabdc2f3 > > Testing: Build fails before, passes

[11u] RFR: 8243059: Build fails when --with-vendor-name contains a comma

2020-04-22 Thread Severin Gehwolf
Hi, Could I please get a review of this 11u backport of a build fix? The jdk/jdk patch does not apply cleanly since JDK-8222510[1] isn't in OpenJDK 11u. I.e. this makes the context different and the patch failing to apply. I've manually ported the patch. The gist is: $(VERSION_CFLAGS) => $$(VERSI

Re: RFR: 8243059: Build fails when --with-vendor-name contains a comma

2020-04-17 Thread Severin Gehwolf
On Fri, 2020-04-17 at 07:32 -0700, Erik Joelsson wrote: > This version looks good to me. Thanks for the review, Erik! Cheers, Severin > /Erik > > On 2020-04-17 05:15, Severin Gehwolf wrote: > > Hi Magnus, > > > > On Fri, 2020-04-17 at 13:44 +0200, Magnus Ihse Bursie wrote: > > > On 2020-04-17

Re: RFR: 8243059: Build fails when --with-vendor-name contains a comma

2020-04-17 Thread Erik Joelsson
This version looks good to me. /Erik On 2020-04-17 05:15, Severin Gehwolf wrote: Hi Magnus, On Fri, 2020-04-17 at 13:44 +0200, Magnus Ihse Bursie wrote: On 2020-04-17 12:18, Severin Gehwolf wrote: Hi, Could I please get a review of this build fix? When --with-vendor-name contains a comma, l

Re: RFR: 8243059: Build fails when --with-vendor-name contains a comma

2020-04-17 Thread Severin Gehwolf
On Fri, 2020-04-17 at 14:28 +0200, Magnus Ihse Bursie wrote: > On 2020-04-17 14:15, Severin Gehwolf wrote: > > Hi Magnus, > > > > On Fri, 2020-04-17 at 13:44 +0200, Magnus Ihse Bursie wrote: > > > On 2020-04-17 12:18, Severin Gehwolf wrote: > > > > Hi, > > > > > > > > Could I please get a review

Re: RFR: 8243059: Build fails when --with-vendor-name contains a comma

2020-04-17 Thread Magnus Ihse Bursie
On 2020-04-17 14:15, Severin Gehwolf wrote: Hi Magnus, On Fri, 2020-04-17 at 13:44 +0200, Magnus Ihse Bursie wrote: On 2020-04-17 12:18, Severin Gehwolf wrote: Hi, Could I please get a review of this build fix? When --with-vendor-name contains a comma, like 'foo, bar, Inc.' the build fails. A

Re: RFR: 8243059: Build fails when --with-vendor-name contains a comma

2020-04-17 Thread Severin Gehwolf
Hi Magnus, On Fri, 2020-04-17 at 13:44 +0200, Magnus Ihse Bursie wrote: > On 2020-04-17 12:18, Severin Gehwolf wrote: > > Hi, > > > > Could I please get a review of this build fix? When --with-vendor-name > > contains a comma, like 'foo, bar, Inc.' the build fails. As it turns > > out SetupBuildL

Re: RFR: 8243059: Build fails when --with-vendor-name contains a comma

2020-04-17 Thread Magnus Ihse Bursie
On 2020-04-17 12:18, Severin Gehwolf wrote: Hi, Could I please get a review of this build fix? When --with-vendor-name contains a comma, like 'foo, bar, Inc.' the build fails. As it turns out SetupBuildLauncherBody calls SetupJdkExecutable with some parameters. If $(VERSION_CFLAGS) contain a com

RFR: 8243059: Build fails when --with-vendor-name contains a comma

2020-04-17 Thread Severin Gehwolf
Hi, Could I please get a review of this build fix? When --with-vendor-name contains a comma, like 'foo, bar, Inc.' the build fails. As it turns out SetupBuildLauncherBody calls SetupJdkExecutable with some parameters. If $(VERSION_CFLAGS) contain a comma, the comma is being treated as a prameter d