--- old/src/hotspot/os/aix/os_aix.inline.hpp 2018-06-17 16:00:48.770902533 +0200 +++ new/src/hotspot/os/aix/os_aix.inline.hpp 2018-06-17 16:00:48.670902782 +0200 @@ -93,10 +93,6 @@ return ::fsync(fd); } -inline char* os::native_path(char *path) { - return path; -} - inline int os::ftruncate(int fd, jlong length) { return ::ftruncate64(fd, length); }