RFR: 8324048: (fc) Make FileKey fields final

Brian Burkhalter bpb at openjdk.org
Wed Aug 21 18:29:04 UTC 2024


On Wed, 21 Aug 2024 17:47:42 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> I assume a System.loadLibrary (by way of IOUtil.load) is needed, otherwise dependent on something else loading the native library.

I think that is correct after all. It should load the NIO native library, which defines `fdval()` and `handleval()`. I must have confounded this with #20317 wherein those symbols are moved to `libjava`.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20429#discussion_r1725532993


More information about the nio-dev mailing list