8211175: Remove temporary clock initialization duplication

Reviewed-by: rehn, mikael
This commit is contained in:
David Holmes 2018-10-02 17:12:13 -04:00
parent 07815d0139
commit d1d1c16f8c
5 changed files with 48 additions and 77 deletions

View file

@ -141,7 +141,7 @@ inline struct hostent* os::get_host_by_name(char* name) {
}
inline bool os::supports_monotonic_clock() {
return Linux::_clock_gettime != NULL;
return os::Posix::supports_monotonic_clock();
}
inline void os::exit(int num) {