--- old/src/hotspot/os/bsd/os_bsd.inline.hpp 2018-06-17 16:00:49.310901199 +0200 +++ new/src/hotspot/os/bsd/os_bsd.inline.hpp 2018-06-17 16:00:49.210901443 +0200 @@ -96,10 +96,6 @@ return ::fsync(fd); } -inline char* os::native_path(char *path) { - return path; -} - inline int os::ftruncate(int fd, jlong length) { return ::ftruncate(fd, length); }