RFR: 8349534: Refactor jdk/sun/security/krb5/runNameEquals.sh to java test [v4]

Sean Mullan mullan at openjdk.org
Thu Apr 10 13:48:42 UTC 2025


On Tue, 11 Feb 2025 18:46:29 GMT, Mikhail Yankelevich <myankelevich at openjdk.org> wrote:

>> Refactored the runNameEquals.sh to java test
>
> Mikhail Yankelevich has updated the pull request incrementally with one additional commit since the last revision:
> 
>   minor

test/jdk/sun/security/krb5/Krb5NameEquals.java line 57:

> 55:         final GSSManager mgr = GSSManager.getInstance();
> 56: 
> 57:         // Checking if native GSS is installed, throwing skip exception if it's not.

Should you be only doing this check if `sun.security.jgss.native` is `true`?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23542#discussion_r2037421800


More information about the security-dev mailing list