On Mon, 13 May 2024 14:34:41 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> Add a new system property to control the name comparison in keytab and ccache > entry lookup. src/java.security.jgss/share/classes/sun/security/krb5/PrincipalName.java line 634: > 632: // if (this.nameType != pname.nameType) { > 633: // matched = false; > 634: // } Can this dead code be removed? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/19216#discussion_r1606947431