RFR: 8324048: (fc) Make FileKey fields final [v2]
Brian Burkhalter
bpb at openjdk.org
Wed Aug 21 19:36:04 UTC 2024
On Wed, 21 Aug 2024 13:19:21 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8324048: Add and reinstate IOUtil.load(); change long to jlong
>
> src/java.base/unix/native/libnio/ch/FileKey.c line 39:
>
>> 37: struct stat fbuf;
>> 38: int res;
>> 39: long deviceAndInode[2];
>
> Suggestion:
>
> jlong deviceAndInode[2];
Fixed in 378d700.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20429#discussion_r1725653758
More information about the nio-dev
mailing list