RFR: JDK-8290975 Minor cleanup could be done in javax.security [v2]
Mark Powers
mpowers at openjdk.org
Fri Aug 5 14:35:40 UTC 2022
On Thu, 4 Aug 2022 20:20:35 GMT, Mark Powers <mpowers at 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
More information about the security-dev
mailing list