On Fri, 21 Jan 2022 15:08:58 GMT, Michael McMahon <micha...@openjdk.org> wrote:

>> It was being handled elsewhere as "never". But, I agree it would be clearer 
>> to normalise it to "never" here.
>
> Sorry, I should have checked back to the source rather than the snippet 
> quoted. The problem is that the logError call is in the wrong place. It 
> should be before line 186. Though some other adjustments are also required

Ah! Yes - I was also bitten again by the negation in the `if` too.
The presence of `logError` in the body of the `if` will make it clearer :-)

-------------

PR: https://git.openjdk.java.net/jdk/pull/7065

Reply via email to