On Tue, 18 Nov 2025 18:48:22 GMT, Nick Hall <[email protected]> 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

Reply via email to