RFR: 8336529: (fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble
Vladimir Petko
vpetko at openjdk.org
Wed Jul 17 05:27:54 UTC 2024
On Wed, 17 Jul 2024 05:22:32 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Would it be possible to rename the title on the PR to match the JBS issue?
Done.
> src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c line 253:
>
>> 251: * Lookup time functions symbols, trying 64 bit version first
>> 252: */
>> 253: static void* lookup_time_function(const char* symbol64, const char* symbol) {
>
> This function is not specific to "time functions" so will need to be renamed.
There is a check for time_t size inside it. Maybe `lookup_time_t_function` ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20208#issuecomment-2232443372
PR Review Comment: https://git.openjdk.org/jdk/pull/20208#discussion_r1680423838
More information about the nio-dev
mailing list