hotspot/src/os/aix/vm/os_aix.inline.hpp
changeset 26682 f339669ba825
parent 25725 5d6da524725b
child 27400 c5955f4b7c84
equal deleted inserted replaced
26681:d35d35fbbe43 26682:f339669ba825
   267 inline bool os::supports_monotonic_clock() {
   267 inline bool os::supports_monotonic_clock() {
   268   // mread_real_time() is monotonic on AIX (see os::javaTimeNanos() comments)
   268   // mread_real_time() is monotonic on AIX (see os::javaTimeNanos() comments)
   269   return true;
   269   return true;
   270 }
   270 }
   271 
   271 
       
   272 inline void os::exit(int num) {
       
   273   ::exit(num);
       
   274 }
       
   275 
   272 #endif // OS_AIX_VM_OS_AIX_INLINE_HPP
   276 #endif // OS_AIX_VM_OS_AIX_INLINE_HPP