< prev index next >

src/hotspot/os/linux/os_linux.inline.hpp

Print this page
rev 56578 : 8232211: Remove dead code from os.hpp|cpp
Reviewed-by: TBD

*** 57,68 **** inline void os::dll_unload(void *lib) { ::dlclose(lib); } - inline const int os::default_file_open_flags() { return 0;} - inline jlong os::lseek(int fd, jlong offset, int whence) { return (jlong) ::lseek64(fd, offset, whence); } inline int os::fsync(int fd) { --- 57,66 ----
< prev index next >