On Thu, 4 Aug 2022 20:20:35 GMT, Mark Powers <mpow...@openjdk.org> wrote:

>> src/java.base/share/classes/javax/security/auth/PrivateCredentialPermission.java
>>  line 130:
>> 
>>> 128:      * @serial
>>> 129:      */
>>> 130:     private final boolean testing = false;
>> 
>> This should really use java.security.debug so this tracing can be enabled at 
>> runtime, but that's probably more of a separate fix - feel free to file a 
>> separate issue.
>
> I'll file a bug later today and add to this bug report.

You must mean sun.security.util.Debug.

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

PR: https://git.openjdk.org/jdk/pull/9664

Reply via email to