mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8211175: Remove temporary clock initialization duplication
Reviewed-by: rehn, mikael
This commit is contained in:
parent
07815d0139
commit
d1d1c16f8c
5 changed files with 48 additions and 77 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue