hotspot/src/os/linux/vm/os_linux.inline.hpp
changeset 26682 f339669ba825
parent 25468 5331df506290
child 27400 c5955f4b7c84
equal deleted inserted replaced
26681:d35d35fbbe43 26682:f339669ba825
   261 
   261 
   262 inline bool os::supports_monotonic_clock() {
   262 inline bool os::supports_monotonic_clock() {
   263   return Linux::_clock_gettime != NULL;
   263   return Linux::_clock_gettime != NULL;
   264 }
   264 }
   265 
   265 
       
   266 inline void os::exit(int num) {
       
   267   ::exit(num);
       
   268 }
       
   269 
   266 #endif // OS_LINUX_VM_OS_LINUX_INLINE_HPP
   270 #endif // OS_LINUX_VM_OS_LINUX_INLINE_HPP