On Tue, 10 Jan 2023 16:47:18 GMT, Jamil Nimeh <[email protected]> wrote:
>> test/jdk/sun/security/provider/certpath/OCSP/OCSPNoContentLength.java line
>> 58:
>>
>>> 56:
>>> 57: // Turn on debugging
>>> 58: static final boolean debug = true;
>>
>> Do you really mean to set `debug` to `true`?
>
> The overall output is pretty small even with it on, but I'll switch it off.
You could also use `Boolean.getBoolean("test.debug")` (or some other property
name) so it can be set on the command line when the test is run.
-------------
PR: https://git.openjdk.org/jdk/pull/11917