-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b26
-
arm
-
linux
With JDK-8343785 all usages of the method lookup_time_t_function in java.base/unix/native/libnio/fs/UnixNativeDispatcher.c have been removed. On arm builds we now get this warning:
/workspace/src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c:258:14: warning: ‘lookup_time_t_function’ defined but not used [-Wunused-function]
258 | static void* lookup_time_t_function(const char* symbol, const char* symbol64) {
| ^~~~~~~~~~~~~~~~~~~~~~
/workspace/src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c:258:14: warning: ‘lookup_time_t_function’ defined but not used [-Wunused-function]
258 | static void* lookup_time_t_function(const char* symbol, const char* symbol64) {
| ^~~~~~~~~~~~~~~~~~~~~~
- relates to
-
JDK-8343785 (fs) Remove syscalls that set file times with microsecond precision
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/c329f97f
-
Review(master) openjdk/jdk/22383