RFR: 8349546: Linux support for Kerberos "nativeccache" functionality [v13]

Weijun Wang weijun at openjdk.org
Wed Nov 19 15:19:09 UTC 2025


On Tue, 18 Nov 2025 18:48:22 GMT, Nick Hall <duke at openjdk.org> wrote:

> Does that mean the code above should also catch the `UnsatisfiedLinkError`?

If we make `libkrb5` a required dependency and make sure your new native code is always compiled into JDK, this is a real error and we should fail loudly. Otherwise, we need to fallback to pure Java. I guess this is also the reason why it was not caught before.

I still think it should be a required dependency.

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

PR Comment: https://git.openjdk.org/jdk/pull/28075#issuecomment-3553277926


More information about the security-dev mailing list