RFR: 8371721: Refactor checkTrusted methods in X509TrustManagerImpl [v3]

Sean Mullan mullan at openjdk.org
Thu Dec 4 21:27:16 UTC 2025


On Mon, 1 Dec 2025 16:11:14 GMT, Artur Barashev <abarashev at openjdk.org> wrote:

>> The 3 checkTrusted methods in X509TrustManagerImpl have a lot of repeating code that can be moved into a helper method.
>
> Artur Barashev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert logging changes

src/java.base/share/classes/sun/security/ssl/X509TrustManagerImpl.java line 41:

> 39: import sun.security.validator.*;
> 40: 
> 41: /**

It seems only the last few sentences are outdated. Also, although we don't use `@author` labels anymore, we typically leave existing ones in place.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28275#discussion_r2590617925


More information about the security-dev mailing list