[11u] RFR: Backport 8216354: Syntax error in toolchain_windows.m4

Simon Tooke stooke at redhat.com
Thu Aug 29 14:02:18 UTC 2019


On 8/29/2019 5:10 AM, Langer, Christoph wrote:
> Hi Simon,
>
> I just approved this tiny patch for jdk11u.
>
> As for an updated review: First of all, the webrev URL has changed: http://cr.openjdk.java.net/~stooke/webrevs/jdk-8216354-11u/
>
> This patch was carved out of JDK-8215445.
> However, in there, the modified line reads:
> if test -z "$(ls -d $with_ucrt_dll_dir/*.dll 2> /dev/null)"; then
> instead of:
> if test -z "$(ls -d "$with_ucrt_dll_dir/"*.dll 2> /dev/null)"; then
>
> (you have additional quotes around $with_ucrt_dll_dir/). Are you sure this is correct? Why can't we use the upstream version?

Yes, you're right.  For some reason, the sense of my patch is reversed. 
I'll resubmit a modified patch that passed jcheck.

Sorry for the bother.

-Simon

>
> Further, if you eventually submit the patch, you need to add the right commit message, reviewer etc. to please jcheck. You should probably also increment the copyright year.
>
> Thanks
> Christoph
>
>> -----Original Message-----
>> From: Langer, Christoph
>> Sent: Sonntag, 30. Juni 2019 08:23
>> To: Simon Tooke <stooke at redhat.com>; jdk-updates-
>> dev at openjdk.java.net
>> Subject: RE: [11u] RFR: Backport 8216354: Syntax error in
>> toolchain_windows.m4
>>
>> Hi Simon,
>>
>> the 11u fix looks good to me.
>>
>> Thanks
>> Christoph
>>
>>> -----Original Message-----
>>> From: jdk-updates-dev <jdk-updates-dev-bounces at openjdk.java.net> On
>>> Behalf Of Simon Tooke
>>> Sent: Freitag, 28. Juni 2019 22:45
>>> To: jdk-updates-dev at openjdk.java.net
>>> Subject: [11u] RFR: Backport 8216354: Syntax error in
>> toolchain_windows.m4
>>> This is a request to backport the changes required to fix 8216354.  It's
>>> been sitting on my TODO pile for too long.
>>>
>>> The actual 8216354 was fixed as part of a later commit, but I have
>>> webrevs to just backport the relevant change (one line) to jdk8u and
>>> 11u.  I'll be sending out this identical RFR on both lists as separate
>>> threads.
>>>
>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8216354
>>>
>>> Webrev (jdk8u): http://cr.openjdk.java.net/~stooke/webrevs/jdk-
>> 8216354-
>>> jdk8/
>>>
>>> Webrev (jdk11u):
>>> http://cr.openjdk.java.net/~stooke/webrevs/jdk-8216354-jdk11/
>>>
>>> Thank you for your time,
>>>
>>> -Simon.
>>>


More information about the jdk-updates-dev mailing list