changeset 51989 | 7ac0ac1e57b6 |
parent 51106 | f605c91e5219 |
child 52508 | bbbcd90f0adb |
--- a/src/hotspot/os/linux/os_linux.inline.hpp Tue Oct 02 12:08:51 2018 -0700 +++ b/src/hotspot/os/linux/os_linux.inline.hpp Tue Oct 02 17:12:13 2018 -0400 @@ -141,7 +141,7 @@ } inline bool os::supports_monotonic_clock() { - return Linux::_clock_gettime != NULL; + return os::Posix::supports_monotonic_clock(); } inline void os::exit(int num) {