RFR: 8349546: Linux support for Kerberos "nativeccache" functionality

Nick Hall duke at openjdk.org
Thu Oct 30 23:05:58 UTC 2025


On Thu, 30 Oct 2025 22:55:34 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> Is there a particular reason for build.sh in the tests or are you just not familiar with how native test code gets automatically compiled by the makefiles based on file naming conventions? In short, any file `lib*.c[pp]` will get compiled into a native library (and exe*.c[pp] into an executable). You can define any special flags or platform include/exclude in `make/test/JtregNativeJdk.gmk`.

Definitely the unfamiliar bit, although the build.sh was useful for doing some quick test runs.  Is there an example you could point me at - I'd be happy to fix that.

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

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


More information about the security-dev mailing list